]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QPrintDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QPrintDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QPrintDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QPrintDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>453</width>
12             <height>454</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>QPrintDialogBase</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <property name="margin">
26             <number>11</number>
27         </property>
28         <property name="spacing">
29             <number>6</number>
30         </property>
31         <widget class="QButtonGroup" row="1" column="0">
32             <property name="name">
33                 <cstring>ButtonGroup3</cstring>
34             </property>
35             <property name="title">
36                 <string>Pages</string>
37             </property>
38             <property name="layoutSpacing" stdset="0">
39             </property>
40             <vbox>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <property name="margin">
45                     <number>11</number>
46                 </property>
47                 <property name="spacing">
48                     <number>6</number>
49                 </property>
50                 <widget class="QLayoutWidget">
51                     <property name="name">
52                         <cstring>Layout3</cstring>
53                     </property>
54                     <grid>
55                         <property name="name">
56                             <cstring>unnamed</cstring>
57                         </property>
58                         <property name="margin">
59                             <number>0</number>
60                         </property>
61                         <property name="spacing">
62                             <number>6</number>
63                         </property>
64                         <widget class="QLayoutWidget" row="1" column="1">
65                             <property name="name">
66                                 <cstring>Layout2</cstring>
67                             </property>
68                             <hbox>
69                                 <property name="name">
70                                     <cstring>unnamed</cstring>
71                                 </property>
72                                 <property name="margin">
73                                     <number>0</number>
74                                 </property>
75                                 <property name="spacing">
76                                     <number>6</number>
77                                 </property>
78                                 <widget class="QLineEdit">
79                                     <property name="name">
80                                         <cstring>fromED</cstring>
81                                     </property>
82                                     <property name="enabled">
83                                         <bool>false</bool>
84                                     </property>
85                                     <property name="toolTip" stdset="0">
86                                         <string>Page number to print from</string>
87                                     </property>
88                                 </widget>
89                                 <widget class="QLabel">
90                                     <property name="name">
91                                         <cstring>toLA</cstring>
92                                     </property>
93                                     <property name="text">
94                                         <string>&amp;To:[[as in 'From page x to page y']]</string>
95                                     </property>
96                                     <property name="buddy" stdset="0">
97                                         <cstring>toED</cstring>
98                                     </property>
99                                 </widget>
100                                 <widget class="QLineEdit">
101                                     <property name="name">
102                                         <cstring>toED</cstring>
103                                     </property>
104                                     <property name="enabled">
105                                         <bool>false</bool>
106                                     </property>
107                                     <property name="toolTip" stdset="0">
108                                         <string>Page number to print to</string>
109                                     </property>
110                                 </widget>
111                             </hbox>
112                         </widget>
113                         <widget class="QRadioButton" row="1" column="0">
114                             <property name="name">
115                                 <cstring>rangeRB</cstring>
116                             </property>
117                             <property name="text">
118                                 <string>Fro&amp;m</string>
119                             </property>
120                             <property name="checked">
121                                 <bool>false</bool>
122                             </property>
123                             <property name="toolTip" stdset="0">
124                                 <string>Print all pages</string>
125                             </property>
126                         </widget>
127                         <widget class="QRadioButton" row="0" column="0">
128                             <property name="name">
129                                 <cstring>allRB</cstring>
130                             </property>
131                             <property name="text">
132                                 <string>&amp;All</string>
133                             </property>
134                             <property name="checked">
135                                 <bool>true</bool>
136                             </property>
137                             <property name="toolTip" stdset="0">
138                                 <string>Print all pages</string>
139                             </property>
140                         </widget>
141                     </grid>
142                 </widget>
143                 <widget class="QCheckBox">
144                     <property name="name">
145                         <cstring>oddCB</cstring>
146                     </property>
147                     <property name="text">
148                         <string>Print &amp;odd-numbered pages</string>
149                     </property>
150                     <property name="checked">
151                         <bool>true</bool>
152                     </property>
153                 </widget>
154                 <widget class="QCheckBox">
155                     <property name="name">
156                         <cstring>evenCB</cstring>
157                     </property>
158                     <property name="text">
159                         <string>Print &amp;even-numbered pages</string>
160                     </property>
161                     <property name="checked">
162                         <bool>true</bool>
163                     </property>
164                 </widget>
165                 <widget class="QCheckBox">
166                     <property name="name">
167                         <cstring>reverseCB</cstring>
168                     </property>
169                     <property name="text">
170                         <string>Re&amp;verse order</string>
171                     </property>
172                     <property name="toolTip" stdset="0">
173                         <string>Print in reverse order</string>
174                     </property>
175                 </widget>
176             </vbox>
177         </widget>
178         <widget class="QGroupBox" row="2" column="0">
179             <property name="name">
180                 <cstring>GroupBox3</cstring>
181             </property>
182             <property name="title">
183                 <string>Copies</string>
184             </property>
185             <hbox>
186                 <property name="name">
187                     <cstring>unnamed</cstring>
188                 </property>
189                 <property name="margin">
190                     <number>11</number>
191                 </property>
192                 <property name="spacing">
193                     <number>6</number>
194                 </property>
195                 <widget class="QSpinBox">
196                     <property name="name">
197                         <cstring>copiesSB</cstring>
198                     </property>
199                     <property name="minValue">
200                         <number>1</number>
201                     </property>
202                     <property name="value">
203                         <number>1</number>
204                     </property>
205                     <property name="toolTip" stdset="0">
206                         <string>Number of copies</string>
207                     </property>
208                 </widget>
209                 <widget class="QCheckBox">
210                     <property name="name">
211                         <cstring>collateCB</cstring>
212                     </property>
213                     <property name="enabled">
214                         <bool>false</bool>
215                     </property>
216                     <property name="text">
217                         <string>&amp;Collate</string>
218                     </property>
219                     <property name="toolTip" stdset="0">
220                         <string>Collate copies</string>
221                     </property>
222                 </widget>
223                 <spacer>
224                     <property name="name">
225                         <cstring>Spacer1_2</cstring>
226                     </property>
227                     <property name="orientation">
228                         <enum>Horizontal</enum>
229                     </property>
230                     <property name="sizeType">
231                         <enum>Expanding</enum>
232                     </property>
233                     <property name="sizeHint">
234                         <size>
235                             <width>20</width>
236                             <height>20</height>
237                         </size>
238                     </property>
239                 </spacer>
240             </hbox>
241         </widget>
242         <widget class="QLayoutWidget" row="3" column="0">
243             <property name="name">
244                 <cstring>Layout1</cstring>
245             </property>
246             <hbox>
247                 <property name="name">
248                     <cstring>unnamed</cstring>
249                 </property>
250                 <property name="margin">
251                     <number>0</number>
252                 </property>
253                 <property name="spacing">
254                     <number>6</number>
255                 </property>
256                 <spacer>
257                     <property name="name">
258                         <cstring>Spacer1</cstring>
259                     </property>
260                     <property name="orientation">
261                         <enum>Horizontal</enum>
262                     </property>
263                     <property name="sizeType">
264                         <enum>Expanding</enum>
265                     </property>
266                     <property name="sizeHint">
267                         <size>
268                             <width>20</width>
269                             <height>20</height>
270                         </size>
271                     </property>
272                 </spacer>
273                 <widget class="QPushButton">
274                     <property name="name">
275                         <cstring>printPB</cstring>
276                     </property>
277                     <property name="text">
278                         <string>&amp;Print</string>
279                     </property>
280                     <property name="autoDefault">
281                         <bool>false</bool>
282                     </property>
283                     <property name="default">
284                         <bool>true</bool>
285                     </property>
286                 </widget>
287                 <widget class="QPushButton">
288                     <property name="name">
289                         <cstring>closePB</cstring>
290                     </property>
291                     <property name="text">
292                         <string>Close</string>
293                     </property>
294                     <property name="autoDefault">
295                         <bool>false</bool>
296                     </property>
297                     <property name="default">
298                         <bool>false</bool>
299                     </property>
300                 </widget>
301             </hbox>
302         </widget>
303         <widget class="QButtonGroup" row="0" column="0">
304             <property name="name">
305                 <cstring>ButtonGroup1</cstring>
306             </property>
307             <property name="title">
308                 <string>Print Destination</string>
309             </property>
310             <property name="layoutSpacing" stdset="0">
311             </property>
312             <grid>
313                 <property name="name">
314                     <cstring>unnamed</cstring>
315                 </property>
316                 <property name="margin">
317                     <number>11</number>
318                 </property>
319                 <property name="spacing">
320                     <number>6</number>
321                 </property>
322                 <widget class="QRadioButton" row="0" column="0">
323                     <property name="name">
324                         <cstring>printerRB</cstring>
325                     </property>
326                     <property name="text">
327                         <string>P&amp;rinter:</string>
328                     </property>
329                     <property name="checked">
330                         <bool>true</bool>
331                     </property>
332                     <property name="toolTip" stdset="0">
333                         <string>Send output to the printer</string>
334                     </property>
335                 </widget>
336                 <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
337                     <property name="name">
338                         <cstring>printerED</cstring>
339                     </property>
340                     <property name="toolTip" stdset="0">
341                         <string>Send output to the given printer</string>
342                     </property>
343                 </widget>
344                 <widget class="QRadioButton" row="1" column="0">
345                     <property name="name">
346                         <cstring>fileRB</cstring>
347                     </property>
348                     <property name="text">
349                         <string>&amp;File:</string>
350                     </property>
351                     <property name="toolTip" stdset="0">
352                         <string>Send output to a file</string>
353                     </property>
354                 </widget>
355                 <widget class="QLineEdit" row="1" column="1">
356                     <property name="name">
357                         <cstring>fileED</cstring>
358                     </property>
359                     <property name="enabled">
360                         <bool>true</bool>
361                     </property>
362                     <property name="toolTip" stdset="0">
363                         <string>Send output to a file</string>
364                     </property>
365                 </widget>
366                 <widget class="QPushButton" row="1" column="2">
367                     <property name="name">
368                         <cstring>browsePB</cstring>
369                     </property>
370                     <property name="enabled">
371                         <bool>true</bool>
372                     </property>
373                     <property name="text">
374                         <string>&amp;Browse...</string>
375                     </property>
376                 </widget>
377             </grid>
378         </widget>
379     </grid>
380 </widget>
381 <connections>
382     <connection>
383         <sender>copiesSB</sender>
384         <signal>valueChanged(int)</signal>
385         <receiver>QPrintDialogBase</receiver>
386         <slot>copiesChanged(int)</slot>
387     </connection>
388     <connection>
389         <sender>printerED</sender>
390         <signal>textChanged(const QString&amp;)</signal>
391         <receiver>QPrintDialogBase</receiver>
392         <slot>printerChanged()</slot>
393     </connection>
394     <connection>
395         <sender>fileED</sender>
396         <signal>textChanged(const QString&amp;)</signal>
397         <receiver>QPrintDialogBase</receiver>
398         <slot>fileChanged()</slot>
399     </connection>
400     <connection>
401         <sender>browsePB</sender>
402         <signal>clicked()</signal>
403         <receiver>QPrintDialogBase</receiver>
404         <slot>browseClicked()</slot>
405     </connection>
406     <connection>
407         <sender>allRB</sender>
408         <signal>toggled(bool)</signal>
409         <receiver>QPrintDialogBase</receiver>
410         <slot>change_adaptor()</slot>
411     </connection>
412     <connection>
413         <sender>reverseCB</sender>
414         <signal>toggled(bool)</signal>
415         <receiver>QPrintDialogBase</receiver>
416         <slot>change_adaptor()</slot>
417     </connection>
418     <connection>
419         <sender>collateCB</sender>
420         <signal>toggled(bool)</signal>
421         <receiver>QPrintDialogBase</receiver>
422         <slot>change_adaptor()</slot>
423     </connection>
424     <connection>
425         <sender>fromED</sender>
426         <signal>textChanged(const QString&amp;)</signal>
427         <receiver>QPrintDialogBase</receiver>
428         <slot>pagerangeChanged()</slot>
429     </connection>
430     <connection>
431         <sender>fromED</sender>
432         <signal>textChanged(const QString&amp;)</signal>
433         <receiver>QPrintDialogBase</receiver>
434         <slot>change_adaptor()</slot>
435     </connection>
436     <connection>
437         <sender>toED</sender>
438         <signal>textChanged(const QString&amp;)</signal>
439         <receiver>QPrintDialogBase</receiver>
440         <slot>pagerangeChanged()</slot>
441     </connection>
442     <connection>
443         <sender>toED</sender>
444         <signal>textChanged(const QString&amp;)</signal>
445         <receiver>QPrintDialogBase</receiver>
446         <slot>change_adaptor()</slot>
447     </connection>
448     <connection>
449         <sender>fileRB</sender>
450         <signal>toggled(bool)</signal>
451         <receiver>QPrintDialogBase</receiver>
452         <slot>change_adaptor()</slot>
453     </connection>
454     <connection>
455         <sender>printerRB</sender>
456         <signal>toggled(bool)</signal>
457         <receiver>QPrintDialogBase</receiver>
458         <slot>change_adaptor()</slot>
459     </connection>
460     <connection>
461         <sender>rangeRB</sender>
462         <signal>toggled(bool)</signal>
463         <receiver>fromED</receiver>
464         <slot>setEnabled(bool)</slot>
465     </connection>
466     <connection>
467         <sender>rangeRB</sender>
468         <signal>toggled(bool)</signal>
469         <receiver>toED</receiver>
470         <slot>setEnabled(bool)</slot>
471     </connection>
472 </connections>
473 <tabstops>
474     <tabstop>printerRB</tabstop>
475     <tabstop>printerED</tabstop>
476     <tabstop>fileRB</tabstop>
477     <tabstop>fileED</tabstop>
478     <tabstop>browsePB</tabstop>
479     <tabstop>allRB</tabstop>
480     <tabstop>fromED</tabstop>
481     <tabstop>toED</tabstop>
482     <tabstop>reverseCB</tabstop>
483     <tabstop>copiesSB</tabstop>
484     <tabstop>collateCB</tabstop>
485     <tabstop>printPB</tabstop>
486     <tabstop>closePB</tabstop>
487 </tabstops>
488 <includes>
489     <include location="global" impldecl="in declaration">config.h</include>
490     <include location="local" impldecl="in declaration">qt_helpers.h</include>
491 </includes>
492 <slots>
493     <slot access="protected">browseClicked()</slot>
494     <slot>change_adaptor()</slot>
495     <slot>copiesChanged(int)</slot>
496     <slot>fileChanged()</slot>
497     <slot access="protected">pagerangeChanged()</slot>
498     <slot>printerChanged()</slot>
499 </slots>
500 <layoutdefaults spacing="6" margin="11"/>
501 </UI>