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