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