]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/VSpaceUi.ui
Implement dynamic quotation marks
[lyx.git] / src / frontends / qt4 / ui / VSpaceUi.ui
1 <ui version="4.0">
2  <class>VSpaceUi</class>
3  <widget class="QWidget" name="VSpaceUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>215</width>
9     <height>96</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" stdset="0">
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout">
19    <item row="0" column="0">
20     <widget class="QLabel" name="spacingL">
21      <property name="text">
22       <string>&amp;Spacing:</string>
23      </property>
24      <property name="buddy">
25       <cstring>spacingCO</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="2" column="1" colspan="2">
30     <widget class="QCheckBox" name="keepCB">
31      <property name="toolTip">
32       <string>Insert the spacing even after a page break</string>
33      </property>
34      <property name="text">
35       <string/>
36      </property>
37     </widget>
38    </item>
39    <item row="2" column="0">
40     <widget class="QLabel" name="keepL">
41      <property name="toolTip">
42       <string/>
43      </property>
44      <property name="text">
45       <string>&amp;Protect:</string>
46      </property>
47      <property name="buddy">
48       <cstring>keepCB</cstring>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="2">
53     <widget class="lyx::frontend::LengthCombo" name="unitCO"/>
54    </item>
55    <item row="1" column="1">
56     <widget class="QLineEdit" name="valueLE">
57      <property name="enabled">
58       <bool>false</bool>
59      </property>
60      <property name="toolTip">
61       <string>Custom value. Needs spacing type &quot;Custom&quot;.</string>
62      </property>
63     </widget>
64    </item>
65    <item row="1" column="0">
66     <widget class="QLabel" name="valueL">
67      <property name="text">
68       <string>&amp;Value:</string>
69      </property>
70      <property name="buddy">
71       <cstring>valueLE</cstring>
72      </property>
73     </widget>
74    </item>
75    <item row="0" column="1" colspan="2">
76     <widget class="QComboBox" name="spacingCO">
77      <property name="toolTip">
78       <string>Supported spacing types</string>
79      </property>
80      <item>
81       <property name="text">
82        <string>DefSkip</string>
83       </property>
84      </item>
85      <item>
86       <property name="text">
87        <string>SmallSkip</string>
88       </property>
89      </item>
90      <item>
91       <property name="text">
92        <string>MedSkip</string>
93       </property>
94      </item>
95      <item>
96       <property name="text">
97        <string>BigSkip</string>
98       </property>
99      </item>
100      <item>
101       <property name="text">
102        <string>VFill</string>
103       </property>
104      </item>
105      <item>
106       <property name="text">
107        <string>Custom</string>
108       </property>
109      </item>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <customwidgets>
115   <customwidget>
116    <class>lyx::frontend::LengthCombo</class>
117    <extends>QComboBox</extends>
118    <header>LengthCombo.h</header>
119   </customwidget>
120  </customwidgets>
121  <tabstops>
122   <tabstop>spacingCO</tabstop>
123   <tabstop>valueLE</tabstop>
124   <tabstop>unitCO</tabstop>
125   <tabstop>keepCB</tabstop>
126  </tabstops>
127  <includes>
128   <include location="local">qt_i18n.h</include>
129  </includes>
130  <resources/>
131  <connections/>
132 </ui>