281 lines
7.0 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WrapUi</class>
<widget class="QDialog" name="WrapUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>405</width>
<height>219</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="valignLA">
<property name="text">
<string>Pla&amp;cement:</string>
</property>
<property name="buddy">
<cstring>valignCO</cstring>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QComboBox" name="valignCO">
<property name="toolTip">
2020-08-15 20:20:40 +03:00
<string>Horizontal placement</string>
</property>
<item>
<property name="text">
<string>Outer (default)</string>
</property>
</item>
<item>
<property name="text">
<string>Inner</string>
</property>
</item>
<item>
<property name="text">
<string>Left</string>
</property>
</item>
<item>
<property name="text">
<string>Right</string>
</property>
</item>
</widget>
</item>
<item row="0" column="3">
<widget class="QCheckBox" name="floatCB">
<property name="toolTip">
<string>Check this to allow flexible placement</string>
</property>
<property name="text">
<string>Allow &amp;floating</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="widthLA">
<property name="text">
<string>Wid&amp;th:</string>
</property>
<property name="buddy">
<cstring>widthED</cstring>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="widthED">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Width value</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="lyx::frontend::LengthCombo" name="widthUnitLC">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>22</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Unit of width value</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="overhangCB">
<property name="toolTip">
<string>use overhang</string>
</property>
<property name="text">
<string>Over&amp;hang:</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="overhangED">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Overhang value</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="lyx::frontend::LengthCombo" name="overhangUnitLC">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Unit of overhang value</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="linesCB">
<property name="toolTip">
<string>use number of lines</string>
</property>
<property name="text">
<string>&amp;Line span:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="linesSB">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>number of needed lines</string>
</property>
</widget>
</item>
<item row="3" column="2">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0" colspan="4">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>lyx::frontend::LengthCombo</class>
<extends>QComboBox</extends>
<header>LengthCombo.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>valignCO</tabstop>
<tabstop>floatCB</tabstop>
<tabstop>widthED</tabstop>
<tabstop>widthUnitLC</tabstop>
<tabstop>overhangCB</tabstop>
<tabstop>overhangED</tabstop>
<tabstop>overhangUnitLC</tabstop>
<tabstop>linesCB</tabstop>
<tabstop>linesSB</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections>
<connection>
<sender>overhangCB</sender>
<signal>toggled(bool)</signal>
<receiver>overhangED</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>52</x>
<y>71</y>
</hint>
<hint type="destinationlabel">
<x>124</x>
<y>70</y>
</hint>
</hints>
</connection>
<connection>
<sender>overhangCB</sender>
<signal>toggled(bool)</signal>
<receiver>overhangUnitLC</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>54</x>
<y>80</y>
</hint>
<hint type="destinationlabel">
<x>259</x>
<y>80</y>
</hint>
</hints>
</connection>
<connection>
<sender>linesCB</sender>
<signal>toggled(bool)</signal>
<receiver>linesSB</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>13</x>
<y>93</y>
</hint>
<hint type="destinationlabel">
<x>132</x>
<y>108</y>
</hint>
</hints>
</connection>
</connections>
</ui>