]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BoxUi.ui
BoxUi.ui, WrapUi.ui: squash a compiler warning
[lyx.git] / src / frontends / qt4 / ui / BoxUi.ui
1 <ui version="4.0" >
2  <class>BoxUi</class>
3  <widget class="QDialog" name="BoxUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>348</width>
9     <height>256</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <widget class="QWidget" name="layoutWidget_1" >
19    <property name="geometry" >
20     <rect>
21      <x>10</x>
22      <y>220</y>
23      <width>328</width>
24      <height>27</height>
25     </rect>
26    </property>
27    <layout class="QHBoxLayout" >
28     <property name="margin" >
29      <number>0</number>
30     </property>
31     <property name="spacing" >
32      <number>6</number>
33     </property>
34     <item>
35      <widget class="QPushButton" name="restorePB" >
36       <property name="toolTip" >
37        <string/>
38       </property>
39       <property name="text" >
40        <string>&amp;Restore</string>
41       </property>
42       <property name="autoDefault" >
43        <bool>false</bool>
44       </property>
45       <property name="default" >
46        <bool>false</bool>
47       </property>
48      </widget>
49     </item>
50     <item>
51      <spacer>
52       <property name="orientation" >
53        <enum>Qt::Horizontal</enum>
54       </property>
55       <property name="sizeType" >
56        <enum>QSizePolicy::Expanding</enum>
57       </property>
58       <property name="sizeHint" >
59        <size>
60         <width>20</width>
61         <height>20</height>
62        </size>
63       </property>
64      </spacer>
65     </item>
66     <item>
67      <widget class="QPushButton" name="okPB" >
68       <property name="toolTip" >
69        <string/>
70       </property>
71       <property name="text" >
72        <string>&amp;OK</string>
73       </property>
74       <property name="default" >
75        <bool>true</bool>
76       </property>
77      </widget>
78     </item>
79     <item>
80      <widget class="QPushButton" name="applyPB" >
81       <property name="toolTip" >
82        <string/>
83       </property>
84       <property name="text" >
85        <string>&amp;Apply</string>
86       </property>
87       <property name="autoDefault" >
88        <bool>false</bool>
89       </property>
90       <property name="default" >
91        <bool>false</bool>
92       </property>
93      </widget>
94     </item>
95     <item>
96      <widget class="QPushButton" name="closePB" >
97       <property name="text" >
98        <string>&amp;Close</string>
99       </property>
100       <property name="autoDefault" >
101        <bool>false</bool>
102       </property>
103       <property name="default" >
104        <bool>false</bool>
105       </property>
106      </widget>
107     </item>
108    </layout>
109   </widget>
110   <widget class="QWidget" name="layoutWidget_2" >
111    <property name="geometry" >
112     <rect>
113      <x>10</x>
114      <y>80</y>
115      <width>321</width>
116      <height>24</height>
117     </rect>
118    </property>
119    <layout class="QHBoxLayout" >
120     <property name="margin" >
121      <number>1</number>
122     </property>
123     <property name="spacing" >
124      <number>6</number>
125     </property>
126     <item>
127      <widget class="QCheckBox" name="heightCB" >
128       <property name="toolTip" >
129        <string/>
130       </property>
131       <property name="text" >
132        <string>&amp;Height (optional):</string>
133       </property>
134       <property name="checked" >
135        <bool>true</bool>
136       </property>
137       <property name="tristate" >
138        <bool>false</bool>
139       </property>
140      </widget>
141     </item>
142     <item>
143      <widget class="QLineEdit" name="heightED" >
144       <property name="sizePolicy" >
145        <sizepolicy>
146         <hsizetype>1</hsizetype>
147         <vsizetype>0</vsizetype>
148         <horstretch>0</horstretch>
149         <verstretch>0</verstretch>
150        </sizepolicy>
151       </property>
152       <property name="toolTip" >
153        <string>Height value</string>
154       </property>
155      </widget>
156     </item>
157     <item>
158      <widget class="LengthCombo" name="heightUnitsLC" />
159     </item>
160    </layout>
161   </widget>
162   <widget class="QWidget" name="layoutWidget_3" >
163    <property name="geometry" >
164     <rect>
165      <x>10</x>
166      <y>10</y>
167      <width>321</width>
168      <height>70</height>
169     </rect>
170    </property>
171    <layout class="QGridLayout" >
172     <property name="margin" >
173      <number>0</number>
174     </property>
175     <property name="spacing" >
176      <number>6</number>
177     </property>
178     <item row="2" column="1" >
179      <widget class="QLineEdit" name="widthED" >
180       <property name="sizePolicy" >
181        <sizepolicy>
182         <hsizetype>1</hsizetype>
183         <vsizetype>0</vsizetype>
184         <horstretch>0</horstretch>
185         <verstretch>0</verstretch>
186        </sizepolicy>
187       </property>
188       <property name="toolTip" >
189        <string>Width value</string>
190       </property>
191      </widget>
192     </item>
193     <item row="0" column="1" colspan="2" >
194      <widget class="QComboBox" name="typeCO" >
195       <property name="toolTip" >
196        <string>Supported box types</string>
197       </property>
198      </widget>
199     </item>
200     <item row="1" column="0" >
201      <widget class="QLabel" name="innerBoxLA" >
202       <property name="toolTip" >
203        <string/>
204       </property>
205       <property name="text" >
206        <string>Inner Bo&amp;x:</string>
207       </property>
208       <property name="buddy" >
209        <cstring>innerBoxCO</cstring>
210       </property>
211      </widget>
212     </item>
213     <item row="2" column="2" >
214      <widget class="LengthCombo" name="widthUnitsLC" />
215     </item>
216     <item row="0" column="0" >
217      <widget class="QLabel" name="typeLA" >
218       <property name="toolTip" >
219        <string/>
220       </property>
221       <property name="text" >
222        <string>&amp;Decoration:</string>
223       </property>
224       <property name="buddy" >
225        <cstring>typeCO</cstring>
226       </property>
227      </widget>
228     </item>
229     <item row="2" column="0" >
230      <widget class="QLabel" name="widthLA" >
231       <property name="toolTip" >
232        <string/>
233       </property>
234       <property name="text" >
235        <string>&amp;Width:</string>
236       </property>
237       <property name="buddy" >
238        <cstring>widthED</cstring>
239       </property>
240      </widget>
241     </item>
242     <item row="1" column="1" colspan="2" >
243      <widget class="QComboBox" name="innerBoxCO" >
244       <property name="toolTip" >
245        <string>Inner box -- needed for fixed width &amp; line breaks</string>
246       </property>
247       <item>
248        <property name="text" >
249         <string>None</string>
250        </property>
251       </item>
252       <item>
253        <property name="text" >
254         <string>Parbox</string>
255        </property>
256       </item>
257       <item>
258        <property name="text" >
259         <string>Minipage</string>
260        </property>
261       </item>
262      </widget>
263     </item>
264    </layout>
265   </widget>
266   <widget class="QGroupBox" name="groupBox_2" >
267    <property name="geometry" >
268     <rect>
269      <x>10</x>
270      <y>110</y>
271      <width>321</width>
272      <height>104</height>
273     </rect>
274    </property>
275    <property name="title" >
276     <string>Alignment</string>
277    </property>
278    <layout class="QGridLayout" >
279     <property name="margin" >
280      <number>9</number>
281     </property>
282     <property name="spacing" >
283      <number>6</number>
284     </property>
285     <item row="1" column="2" >
286      <widget class="QComboBox" name="halignCO" >
287       <property name="toolTip" >
288        <string>Horizontal alignment of the content inside the box</string>
289       </property>
290       <item>
291        <property name="text" >
292         <string>Left</string>
293        </property>
294       </item>
295       <item>
296        <property name="text" >
297         <string>Center</string>
298        </property>
299       </item>
300       <item>
301        <property name="text" >
302         <string>Right</string>
303        </property>
304       </item>
305       <item>
306        <property name="text" >
307         <string>Stretch</string>
308        </property>
309       </item>
310      </widget>
311     </item>
312     <item row="0" column="2" >
313      <widget class="QLabel" name="halignLA" >
314       <property name="toolTip" >
315        <string>Horizontal alignment of the content inside the box</string>
316       </property>
317       <property name="text" >
318        <string>Horizontal</string>
319       </property>
320      </widget>
321     </item>
322     <item row="2" column="1" >
323      <widget class="QComboBox" name="valignCO" >
324       <property name="toolTip" >
325        <string>Vertical alignment of the box (with regard to baseline)</string>
326       </property>
327       <item>
328        <property name="text" >
329         <string>Top</string>
330        </property>
331       </item>
332       <item>
333        <property name="text" >
334         <string>Middle</string>
335        </property>
336       </item>
337       <item>
338        <property name="text" >
339         <string>Bottom</string>
340        </property>
341       </item>
342      </widget>
343     </item>
344     <item row="2" column="0" >
345      <widget class="QLabel" name="valignLA" >
346       <property name="toolTip" >
347        <string>Vertical alignment of the box (with regard to baseline)</string>
348       </property>
349       <property name="text" >
350        <string>&amp;Box:</string>
351       </property>
352       <property name="buddy" >
353        <cstring>valignCO</cstring>
354       </property>
355      </widget>
356     </item>
357     <item row="1" column="0" >
358      <widget class="QLabel" name="label" >
359       <property name="text" >
360        <string>Co&amp;ntent:</string>
361       </property>
362       <property name="buddy" >
363        <cstring>ialignCO</cstring>
364       </property>
365      </widget>
366     </item>
367     <item row="1" column="1" >
368      <widget class="QComboBox" name="ialignCO" >
369       <property name="toolTip" >
370        <string>Vertical alignment of the content inside the box</string>
371       </property>
372       <item>
373        <property name="text" >
374         <string>Top</string>
375        </property>
376       </item>
377       <item>
378        <property name="text" >
379         <string>Middle</string>
380        </property>
381       </item>
382       <item>
383        <property name="text" >
384         <string>Bottom</string>
385        </property>
386       </item>
387       <item>
388        <property name="text" >
389         <string>Stretch</string>
390        </property>
391       </item>
392      </widget>
393     </item>
394     <item row="0" column="1" >
395      <widget class="QLabel" name="ialignLA" >
396       <property name="toolTip" >
397        <string>Vertical alignment of the content inside the box</string>
398       </property>
399       <property name="text" >
400        <string>Vertical</string>
401       </property>
402      </widget>
403     </item>
404    </layout>
405   </widget>
406  </widget>
407  <customwidgets>
408   <customwidget>
409    <class>LengthCombo</class>
410    <extends>QComboBox</extends>
411    <header>LengthCombo.h</header>
412   </customwidget>
413  </customwidgets>
414  <tabstops>
415   <tabstop>typeCO</tabstop>
416   <tabstop>innerBoxCO</tabstop>
417   <tabstop>widthED</tabstop>
418   <tabstop>widthUnitsLC</tabstop>
419   <tabstop>heightCB</tabstop>
420   <tabstop>heightED</tabstop>
421   <tabstop>heightUnitsLC</tabstop>
422   <tabstop>ialignCO</tabstop>
423   <tabstop>halignCO</tabstop>
424   <tabstop>valignCO</tabstop>
425   <tabstop>restorePB</tabstop>
426   <tabstop>okPB</tabstop>
427   <tabstop>closePB</tabstop>
428   <tabstop>applyPB</tabstop>
429  </tabstops>
430  <includes>
431   <include location="local" >qt_helpers.h</include>
432  </includes>
433  <resources/>
434  <connections/>
435 </ui>