]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/VSpaceUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / VSpaceUi.ui
1 <ui version="4.0" >
2  <class>VSpaceUi</class>
3  <widget class="QDialog" name="VSpaceUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>259</width>
9     <height>120</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="3" column="0" colspan="3" >
20     <layout class="QHBoxLayout" >
21      <item>
22       <widget class="QPushButton" name="okPB" >
23        <property name="text" >
24         <string>&amp;OK</string>
25        </property>
26        <property name="autoDefault" >
27         <bool>false</bool>
28        </property>
29        <property name="default" >
30         <bool>true</bool>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QPushButton" name="applyPB" >
36        <property name="text" >
37         <string>&amp;Apply</string>
38        </property>
39        <property name="autoDefault" >
40         <bool>false</bool>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QPushButton" name="closePB" >
46        <property name="text" >
47         <string>&amp;Close</string>
48        </property>
49        <property name="autoDefault" >
50         <bool>false</bool>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item row="0" column="0" >
57     <widget class="QLabel" name="spacingL" >
58      <property name="text" >
59       <string>&amp;Spacing:</string>
60      </property>
61      <property name="buddy" >
62       <cstring>spacingCO</cstring>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="1" colspan="2" >
67     <widget class="QCheckBox" name="keepCB" >
68      <property name="toolTip" >
69       <string>Insert the spacing even after a page break</string>
70      </property>
71      <property name="text" >
72       <string/>
73      </property>
74     </widget>
75    </item>
76    <item row="2" column="0" >
77     <widget class="QLabel" name="keepL" >
78      <property name="toolTip" >
79       <string/>
80      </property>
81      <property name="text" >
82       <string>&amp;Protect:</string>
83      </property>
84      <property name="buddy" >
85       <cstring>keepCB</cstring>
86      </property>
87     </widget>
88    </item>
89    <item row="1" column="2" >
90     <widget class="LengthCombo" name="unitCO" />
91    </item>
92    <item row="1" column="1" >
93     <widget class="QLineEdit" name="valueLE" >
94      <property name="enabled" >
95       <bool>false</bool>
96      </property>
97      <property name="toolTip" >
98       <string>Custom value. Needs spacing type "Custom".</string>
99      </property>
100     </widget>
101    </item>
102    <item row="1" column="0" >
103     <widget class="QLabel" name="valueL" >
104      <property name="text" >
105       <string>&amp;Value:</string>
106      </property>
107      <property name="buddy" >
108       <cstring>valueLE</cstring>
109      </property>
110     </widget>
111    </item>
112    <item row="0" column="1" colspan="2" >
113     <widget class="QComboBox" name="spacingCO" >
114      <property name="toolTip" >
115       <string>Supported spacing types</string>
116      </property>
117      <item>
118       <property name="text" >
119        <string>DefSkip</string>
120       </property>
121      </item>
122      <item>
123       <property name="text" >
124        <string>SmallSkip</string>
125       </property>
126      </item>
127      <item>
128       <property name="text" >
129        <string>MedSkip</string>
130       </property>
131      </item>
132      <item>
133       <property name="text" >
134        <string>BigSkip</string>
135       </property>
136      </item>
137      <item>
138       <property name="text" >
139        <string>VFill</string>
140       </property>
141      </item>
142      <item>
143       <property name="text" >
144        <string>Custom</string>
145       </property>
146      </item>
147     </widget>
148    </item>
149   </layout>
150  </widget>
151  <customwidgets>
152   <customwidget>
153    <class>LengthCombo</class>
154    <extends>QComboBox</extends>
155    <header>LengthCombo.h</header>
156   </customwidget>
157  </customwidgets>
158  <tabstops>
159   <tabstop>spacingCO</tabstop>
160   <tabstop>valueLE</tabstop>
161   <tabstop>unitCO</tabstop>
162   <tabstop>keepCB</tabstop>
163   <tabstop>okPB</tabstop>
164   <tabstop>applyPB</tabstop>
165   <tabstop>closePB</tabstop>
166  </tabstops>
167  <includes>
168   <include location="local" >qt_i18n.h</include>
169  </includes>
170  <resources/>
171  <connections/>
172 </ui>