]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/WrapUi.ui
Fileformat increased to 287: support for optional arguments of package wrapfig that...
[lyx.git] / src / frontends / qt4 / ui / WrapUi.ui
1 <ui version="4.0" >
2  <class>WrapUi</class>
3  <widget class="QDialog" name="WrapUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>411</width>
9     <height>199</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" >
19    <property name="geometry" >
20     <rect>
21      <x>10</x>
22      <y>110</y>
23      <width>221</width>
24      <height>22</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="QLabel" name="nlinesLA" >
36       <property name="text" >
37        <string>&amp;Number of needed lines (optional):</string>
38       </property>
39       <property name="buddy" >
40        <cstring>valignCO</cstring>
41       </property>
42      </widget>
43     </item>
44     <item>
45      <widget class="QSpinBox" name="linesSB" />
46     </item>
47    </layout>
48   </widget>
49   <widget class="QWidget" name="layoutWidget" >
50    <property name="geometry" >
51     <rect>
52      <x>10</x>
53      <y>140</y>
54      <width>392</width>
55      <height>45</height>
56     </rect>
57    </property>
58    <layout class="QVBoxLayout" >
59     <property name="margin" >
60      <number>0</number>
61     </property>
62     <property name="spacing" >
63      <number>6</number>
64     </property>
65     <item>
66      <spacer>
67       <property name="orientation" >
68        <enum>Qt::Vertical</enum>
69       </property>
70       <property name="sizeType" >
71        <enum>QSizePolicy::Expanding</enum>
72       </property>
73       <property name="sizeHint" >
74        <size>
75         <width>390</width>
76         <height>10</height>
77        </size>
78       </property>
79      </spacer>
80     </item>
81     <item>
82      <layout class="QHBoxLayout" >
83       <property name="margin" >
84        <number>0</number>
85       </property>
86       <property name="spacing" >
87        <number>6</number>
88       </property>
89       <item>
90        <widget class="QPushButton" name="restorePB" >
91         <property name="toolTip" >
92          <string/>
93         </property>
94         <property name="text" >
95          <string>&amp;Restore</string>
96         </property>
97         <property name="default" >
98          <bool>false</bool>
99         </property>
100        </widget>
101       </item>
102       <item>
103        <spacer>
104         <property name="orientation" >
105          <enum>Qt::Horizontal</enum>
106         </property>
107         <property name="sizeType" >
108          <enum>QSizePolicy::Expanding</enum>
109         </property>
110         <property name="sizeHint" >
111          <size>
112           <width>20</width>
113           <height>20</height>
114          </size>
115         </property>
116        </spacer>
117       </item>
118       <item>
119        <widget class="QPushButton" name="okPB" >
120         <property name="toolTip" >
121          <string/>
122         </property>
123         <property name="text" >
124          <string>&amp;OK</string>
125         </property>
126         <property name="default" >
127          <bool>false</bool>
128         </property>
129        </widget>
130       </item>
131       <item>
132        <widget class="QPushButton" name="applyPB" >
133         <property name="toolTip" >
134          <string/>
135         </property>
136         <property name="text" >
137          <string>&amp;Apply</string>
138         </property>
139         <property name="default" >
140          <bool>false</bool>
141         </property>
142        </widget>
143       </item>
144       <item>
145        <widget class="QPushButton" name="closePB" >
146         <property name="text" >
147          <string>&amp;Close</string>
148         </property>
149         <property name="default" >
150          <bool>true</bool>
151         </property>
152        </widget>
153       </item>
154      </layout>
155     </item>
156    </layout>
157   </widget>
158   <widget class="QLabel" name="valignLA" >
159    <property name="geometry" >
160     <rect>
161      <x>292</x>
162      <y>11</y>
163      <width>98</width>
164      <height>16</height>
165     </rect>
166    </property>
167    <property name="text" >
168     <string>&amp;Placement:</string>
169    </property>
170    <property name="buddy" >
171     <cstring>valignCO</cstring>
172    </property>
173   </widget>
174   <widget class="QComboBox" name="valignCO" >
175    <property name="geometry" >
176     <rect>
177      <x>292</x>
178      <y>32</y>
179      <width>98</width>
180      <height>18</height>
181     </rect>
182    </property>
183    <property name="toolTip" >
184     <string>Vertical alignment</string>
185    </property>
186    <item>
187     <property name="text" >
188      <string>Outer (default)</string>
189     </property>
190    </item>
191    <item>
192     <property name="text" >
193      <string>Inner</string>
194     </property>
195    </item>
196    <item>
197     <property name="text" >
198      <string>Left</string>
199     </property>
200    </item>
201    <item>
202     <property name="text" >
203      <string>Right</string>
204     </property>
205    </item>
206   </widget>
207   <widget class="QWidget" name="layoutWidget" >
208    <property name="geometry" >
209     <rect>
210      <x>10</x>
211      <y>10</y>
212      <width>271</width>
213      <height>88</height>
214     </rect>
215    </property>
216    <layout class="QGridLayout" >
217     <property name="margin" >
218      <number>0</number>
219     </property>
220     <property name="spacing" >
221      <number>6</number>
222     </property>
223     <item row="1" column="0" >
224      <widget class="QLineEdit" name="widthED" >
225       <property name="sizePolicy" >
226        <sizepolicy>
227         <hsizetype>1</hsizetype>
228         <vsizetype>0</vsizetype>
229         <horstretch>0</horstretch>
230         <verstretch>0</verstretch>
231        </sizepolicy>
232       </property>
233       <property name="toolTip" >
234        <string>Width value</string>
235       </property>
236      </widget>
237     </item>
238     <item row="0" column="0" >
239      <widget class="QLabel" name="widthLA" >
240       <property name="text" >
241        <string>&amp;Width:</string>
242       </property>
243       <property name="buddy" >
244        <cstring>widthED</cstring>
245       </property>
246      </widget>
247     </item>
248     <item row="2" column="1" >
249      <widget class="QLabel" name="overhangUnitLA" >
250       <property name="text" >
251        <string>&amp;Unit:</string>
252       </property>
253       <property name="buddy" >
254        <cstring>widthUnitLC</cstring>
255       </property>
256      </widget>
257     </item>
258     <item row="3" column="0" >
259      <widget class="QLineEdit" name="overhangED" >
260       <property name="sizePolicy" >
261        <sizepolicy>
262         <hsizetype>1</hsizetype>
263         <vsizetype>0</vsizetype>
264         <horstretch>0</horstretch>
265         <verstretch>0</verstretch>
266        </sizepolicy>
267       </property>
268       <property name="toolTip" >
269        <string>Width value</string>
270       </property>
271      </widget>
272     </item>
273     <item row="2" column="0" >
274      <widget class="QLabel" name="overhangLA" >
275       <property name="text" >
276        <string>&amp;Overhang (optional):</string>
277       </property>
278       <property name="buddy" >
279        <cstring>widthED</cstring>
280       </property>
281      </widget>
282     </item>
283     <item row="1" column="1" >
284      <widget class="LengthCombo" name="widthUnitLC" >
285       <property name="sizePolicy" >
286        <sizepolicy>
287         <hsizetype>3</hsizetype>
288         <vsizetype>0</vsizetype>
289         <horstretch>0</horstretch>
290         <verstretch>0</verstretch>
291        </sizepolicy>
292       </property>
293       <property name="minimumSize" >
294        <size>
295         <width>40</width>
296         <height>22</height>
297        </size>
298       </property>
299       <property name="focusPolicy" >
300        <enum>Qt::StrongFocus</enum>
301       </property>
302       <property name="toolTip" >
303        <string>Units of width value</string>
304       </property>
305      </widget>
306     </item>
307     <item row="0" column="1" >
308      <widget class="QLabel" name="widthUnitLA" >
309       <property name="text" >
310        <string>&amp;Unit:</string>
311       </property>
312       <property name="buddy" >
313        <cstring>widthUnitLC</cstring>
314       </property>
315      </widget>
316     </item>
317     <item row="3" column="1" >
318      <widget class="LengthCombo" name="overhangUnitLC" >
319       <property name="sizePolicy" >
320        <sizepolicy>
321         <hsizetype>13</hsizetype>
322         <vsizetype>13</vsizetype>
323         <horstretch>0</horstretch>
324         <verstretch>0</verstretch>
325        </sizepolicy>
326       </property>
327       <property name="minimumSize" >
328        <size>
329         <width>0</width>
330         <height>0</height>
331        </size>
332       </property>
333       <property name="focusPolicy" >
334        <enum>Qt::StrongFocus</enum>
335       </property>
336       <property name="toolTip" >
337        <string>Units of width value</string>
338       </property>
339      </widget>
340     </item>
341    </layout>
342   </widget>
343  </widget>
344  <customwidgets>
345   <customwidget>
346    <class>LengthCombo</class>
347    <extends>QComboBox</extends>
348    <header>LengthCombo.h</header>
349   </customwidget>
350  </customwidgets>
351  <tabstops>
352   <tabstop>widthED</tabstop>
353   <tabstop>widthUnitLC</tabstop>
354   <tabstop>valignCO</tabstop>
355   <tabstop>restorePB</tabstop>
356   <tabstop>okPB</tabstop>
357   <tabstop>applyPB</tabstop>
358   <tabstop>closePB</tabstop>
359  </tabstops>
360  <includes>
361   <include location="local" >qt_helpers.h</include>
362  </includes>
363  <resources/>
364  <connections/>
365 </ui>