]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QWrapDialogBase.ui
Code cleanup of \bigl related stuff:
[lyx.git] / src / frontends / qt3 / ui / QWrapDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QWrapDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <include location="local">vspace.h</include>
6 <widget>
7     <class>QDialog</class>
8     <property stdset="1">
9         <name>name</name>
10         <cstring>QWrapDialogBase</cstring>
11     </property>
12     <property stdset="1">
13         <name>geometry</name>
14         <rect>
15             <x>0</x>
16             <y>0</y>
17             <width>369</width>
18             <height>111</height>
19         </rect>
20     </property>
21     <property stdset="1">
22         <name>caption</name>
23         <string></string>
24     </property>
25     <property stdset="1">
26         <name>sizeGripEnabled</name>
27         <bool>true</bool>
28     </property>
29     <property>
30         <name>layoutMargin</name>
31     </property>
32     <property>
33         <name>layoutSpacing</name>
34     </property>
35     <vbox>
36         <property stdset="1">
37             <name>margin</name>
38             <number>11</number>
39         </property>
40         <property stdset="1">
41             <name>spacing</name>
42             <number>6</number>
43         </property>
44         <widget>
45             <class>QLayoutWidget</class>
46             <property stdset="1">
47                 <name>name</name>
48                 <cstring>Layout3</cstring>
49             </property>
50             <grid>
51                 <property stdset="1">
52                     <name>margin</name>
53                     <number>0</number>
54                 </property>
55                 <property stdset="1">
56                     <name>spacing</name>
57                     <number>6</number>
58                 </property>
59                 <widget row="0"  column="0" >
60                     <class>QLabel</class>
61                     <property stdset="1">
62                         <name>name</name>
63                         <cstring>widthLA</cstring>
64                     </property>
65                     <property stdset="1">
66                         <name>frameShape</name>
67                         <enum>MShape</enum>
68                     </property>
69                     <property stdset="1">
70                         <name>frameShadow</name>
71                         <enum>MShadow</enum>
72                     </property>
73                     <property stdset="1">
74                         <name>text</name>
75                         <string>&amp;Width:</string>
76                     </property>
77                     <property>
78                         <name>buddy</name>
79                         <cstring>widthED</cstring>
80                     </property>
81                 </widget>
82                 <widget row="1"  column="2" >
83                     <class>QComboBox</class>
84                     <item>
85                         <property>
86                             <name>text</name>
87                             <string>Default (outer)</string>
88                         </property>
89                     </item>
90                     <item>
91                         <property>
92                             <name>text</name>
93                             <string>Left</string>
94                         </property>
95                     </item>
96                     <item>
97                         <property>
98                             <name>text</name>
99                             <string>Right</string>
100                         </property>
101                     </item>
102                     <item>
103                         <property>
104                             <name>text</name>
105                             <string>Outer</string>
106                         </property>
107                     </item>
108                     <property stdset="1">
109                         <name>name</name>
110                         <cstring>valignCO</cstring>
111                     </property>
112                     <property>
113                         <name>toolTip</name>
114                         <string>Vertical alignment</string>
115                     </property>
116                 </widget>
117                 <widget row="0"  column="2" >
118                     <class>QLabel</class>
119                     <property stdset="1">
120                         <name>name</name>
121                         <cstring>valignLA</cstring>
122                     </property>
123                     <property stdset="1">
124                         <name>text</name>
125                         <string>&amp;Placement:</string>
126                     </property>
127                     <property>
128                         <name>buddy</name>
129                         <cstring>valignCO</cstring>
130                     </property>
131                 </widget>
132                 <widget row="1"  column="1" >
133                     <class>LengthCombo</class>
134                     <property stdset="1">
135                         <name>name</name>
136                         <cstring>unitsLC</cstring>
137                     </property>
138                     <property stdset="1">
139                         <name>sizePolicy</name>
140                         <sizepolicy>
141                             <hsizetype>3</hsizetype>
142                             <vsizetype>0</vsizetype>
143                         </sizepolicy>
144                     </property>
145                     <property stdset="1">
146                         <name>minimumSize</name>
147                         <size>
148                             <width>40</width>
149                             <height>22</height>
150                         </size>
151                     </property>
152                     <property stdset="1">
153                         <name>focusPolicy</name>
154                         <enum>StrongFocus</enum>
155                     </property>
156                     <property>
157                         <name>toolTip</name>
158                         <string>Units of width value</string>
159                     </property>
160                 </widget>
161                 <widget row="1"  column="0" >
162                     <class>QLineEdit</class>
163                     <property stdset="1">
164                         <name>name</name>
165                         <cstring>widthED</cstring>
166                     </property>
167                     <property stdset="1">
168                         <name>sizePolicy</name>
169                         <sizepolicy>
170                             <hsizetype>1</hsizetype>
171                             <vsizetype>0</vsizetype>
172                         </sizepolicy>
173                     </property>
174                     <property>
175                         <name>toolTip</name>
176                         <string>Width value</string>
177                     </property>
178                 </widget>
179                 <widget row="0"  column="1" >
180                     <class>QLabel</class>
181                     <property stdset="1">
182                         <name>name</name>
183                         <cstring>unitsLA</cstring>
184                     </property>
185                     <property stdset="1">
186                         <name>text</name>
187                         <string>&amp;Units:</string>
188                     </property>
189                     <property>
190                         <name>buddy</name>
191                         <cstring>unitsLC</cstring>
192                     </property>
193                 </widget>
194             </grid>
195         </widget>
196         <spacer>
197             <property>
198                 <name>name</name>
199                 <cstring>Spacer1_2</cstring>
200             </property>
201             <property stdset="1">
202                 <name>orientation</name>
203                 <enum>Vertical</enum>
204             </property>
205             <property stdset="1">
206                 <name>sizeType</name>
207                 <enum>Expanding</enum>
208             </property>
209             <property>
210                 <name>sizeHint</name>
211                 <size>
212                     <width>20</width>
213                     <height>20</height>
214                 </size>
215             </property>
216         </spacer>
217         <widget>
218             <class>QLayoutWidget</class>
219             <property stdset="1">
220                 <name>name</name>
221                 <cstring>Layout17</cstring>
222             </property>
223             <hbox>
224                 <property stdset="1">
225                     <name>margin</name>
226                     <number>0</number>
227                 </property>
228                 <property stdset="1">
229                     <name>spacing</name>
230                     <number>6</number>
231                 </property>
232                 <widget>
233                     <class>QPushButton</class>
234                     <property stdset="1">
235                         <name>name</name>
236                         <cstring>restorePB</cstring>
237                     </property>
238                     <property stdset="1">
239                         <name>text</name>
240                         <string>&amp;Restore</string>
241                     </property>
242                     <property stdset="1">
243                         <name>default</name>
244                         <bool>false</bool>
245                     </property>
246                     <property>
247                         <name>toolTip</name>
248                         <string></string>
249                     </property>
250                 </widget>
251                 <spacer>
252                     <property>
253                         <name>name</name>
254                         <cstring>Spacer1</cstring>
255                     </property>
256                     <property stdset="1">
257                         <name>orientation</name>
258                         <enum>Horizontal</enum>
259                     </property>
260                     <property stdset="1">
261                         <name>sizeType</name>
262                         <enum>Expanding</enum>
263                     </property>
264                     <property>
265                         <name>sizeHint</name>
266                         <size>
267                             <width>20</width>
268                             <height>20</height>
269                         </size>
270                     </property>
271                 </spacer>
272                 <widget>
273                     <class>QPushButton</class>
274                     <property stdset="1">
275                         <name>name</name>
276                         <cstring>okPB</cstring>
277                     </property>
278                     <property stdset="1">
279                         <name>text</name>
280                         <string>&amp;OK</string>
281                     </property>
282                     <property stdset="1">
283                         <name>default</name>
284                         <bool>false</bool>
285                     </property>
286                     <property>
287                         <name>toolTip</name>
288                         <string></string>
289                     </property>
290                 </widget>
291                 <widget>
292                     <class>QPushButton</class>
293                     <property stdset="1">
294                         <name>name</name>
295                         <cstring>applyPB</cstring>
296                     </property>
297                     <property stdset="1">
298                         <name>text</name>
299                         <string>&amp;Apply</string>
300                     </property>
301                     <property stdset="1">
302                         <name>default</name>
303                         <bool>false</bool>
304                     </property>
305                     <property>
306                         <name>toolTip</name>
307                         <string></string>
308                     </property>
309                 </widget>
310                 <widget>
311                     <class>QPushButton</class>
312                     <property stdset="1">
313                         <name>name</name>
314                         <cstring>closePB</cstring>
315                     </property>
316                     <property stdset="1">
317                         <name>text</name>
318                         <string>&amp;Close</string>
319                     </property>
320                     <property stdset="1">
321                         <name>default</name>
322                         <bool>true</bool>
323                     </property>
324                 </widget>
325             </hbox>
326         </widget>
327     </vbox>
328 </widget>
329 <customwidgets>
330     <customwidget>
331         <class>LengthCombo</class>
332         <header location="local">lengthcombo.h</header>
333         <sizehint>
334             <width>-1</width>
335             <height>-1</height>
336         </sizehint>
337         <container>0</container>
338         <sizepolicy>
339             <hordata>5</hordata>
340             <verdata>5</verdata>
341         </sizepolicy>
342         <pixmap>image0</pixmap>
343         <signal>selectionChanged(LyXLength::UNIT)</signal>
344     </customwidget>
345 </customwidgets>
346 <images>
347     <image>
348         <name>image0</name>
349         <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
350     </image>
351 </images>
352 <connections>
353     <connection>
354         <sender>widthED</sender>
355         <signal>textChanged(const QString&amp;)</signal>
356         <receiver>QWrapDialogBase</receiver>
357         <slot>change_adaptor()</slot>
358     </connection>
359     <connection>
360         <sender>unitsLC</sender>
361         <signal>selectionChanged(LyXLength::UNIT)</signal>
362         <receiver>QWrapDialogBase</receiver>
363         <slot>change_adaptor()</slot>
364     </connection>
365     <connection>
366         <sender>valignCO</sender>
367         <signal>highlighted(const QString&amp;)</signal>
368         <receiver>QWrapDialogBase</receiver>
369         <slot>change_adaptor()</slot>
370     </connection>
371     <slot access="public">change_adaptor()</slot>
372 </connections>
373 <tabstops>
374     <tabstop>widthED</tabstop>
375     <tabstop>unitsLC</tabstop>
376     <tabstop>valignCO</tabstop>
377     <tabstop>restorePB</tabstop>
378     <tabstop>okPB</tabstop>
379     <tabstop>applyPB</tabstop>
380     <tabstop>closePB</tabstop>
381 </tabstops>
382 </UI>