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