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