Rev 13761 | Rev 14451 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13761 | cbradney | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>Prefs_PDFExport</class> |
||
4 | <widget class="QWidget" name="Prefs_PDFExport"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
14449 | cbradney | 9 | <width>565</width> |
10 | <height>565</height> |
||
13761 | cbradney | 11 | </rect> |
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>Form</string> |
||
15 | </property> |
||
16 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
17 | <item> |
||
18 | <widget class="QLabel" name="label"> |
||
19 | <property name="font"> |
||
20 | <font> |
||
21 | <pointsize>14</pointsize> |
||
22 | <weight>75</weight> |
||
23 | <bold>true</bold> |
||
24 | </font> |
||
25 | </property> |
||
26 | <property name="text"> |
||
27 | <string>PDF Export</string> |
||
28 | </property> |
||
29 | </widget> |
||
30 | </item> |
||
31 | <item> |
||
32 | <widget class="Line" name="line"> |
||
33 | <property name="font"> |
||
34 | <font> |
||
35 | <pointsize>14</pointsize> |
||
36 | <weight>75</weight> |
||
37 | <bold>true</bold> |
||
38 | </font> |
||
39 | </property> |
||
40 | <property name="orientation"> |
||
41 | <enum>Qt::Horizontal</enum> |
||
42 | </property> |
||
43 | </widget> |
||
44 | </item> |
||
45 | <item> |
||
46 | <widget class="QTabWidget" name="tabWidget"> |
||
47 | <property name="currentIndex"> |
||
48 | <number>0</number> |
||
49 | </property> |
||
50 | <widget class="QWidget" name="tab"> |
||
51 | <attribute name="title"> |
||
14449 | cbradney | 52 | <string>Pages</string> |
13761 | cbradney | 53 | </attribute> |
54 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
55 | <item> |
||
14449 | cbradney | 56 | <widget class="QLabel" name="label_2"> |
57 | <property name="font"> |
||
58 | <font> |
||
59 | <weight>75</weight> |
||
60 | <bold>true</bold> |
||
61 | </font> |
||
13761 | cbradney | 62 | </property> |
14449 | cbradney | 63 | <property name="text"> |
64 | <string>Export Range</string> |
||
65 | </property> |
||
13761 | cbradney | 66 | </widget> |
67 | </item> |
||
14449 | cbradney | 68 | <item> |
69 | <widget class="Line" name="line_2"> |
||
70 | <property name="orientation"> |
||
71 | <enum>Qt::Horizontal</enum> |
||
72 | </property> |
||
73 | </widget> |
||
74 | </item> |
||
75 | <item> |
||
76 | <widget class="QRadioButton" name="exportAllPagesRadioButton"> |
||
77 | <property name="text"> |
||
78 | <string>All Pages</string> |
||
79 | </property> |
||
80 | </widget> |
||
81 | </item> |
||
82 | <item> |
||
83 | <widget class="QRadioButton" name="exportChosenPagesRadioButton"> |
||
84 | <property name="text"> |
||
85 | <string>Choose Pages</string> |
||
86 | </property> |
||
87 | </widget> |
||
88 | </item> |
||
89 | <item> |
||
90 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
91 | <item> |
||
92 | <widget class="QLineEdit" name="exportPageListLineEdit"/> |
||
93 | </item> |
||
94 | <item> |
||
95 | <widget class="QPushButton" name="exportRangeMorePushButton"> |
||
96 | <property name="text"> |
||
97 | <string>...</string> |
||
98 | </property> |
||
99 | </widget> |
||
100 | </item> |
||
101 | <item> |
||
102 | <spacer name="horizontalSpacer"> |
||
103 | <property name="orientation"> |
||
104 | <enum>Qt::Horizontal</enum> |
||
105 | </property> |
||
106 | <property name="sizeHint" stdset="0"> |
||
107 | <size> |
||
108 | <width>40</width> |
||
109 | <height>20</height> |
||
110 | </size> |
||
111 | </property> |
||
112 | </spacer> |
||
113 | </item> |
||
114 | </layout> |
||
115 | </item> |
||
116 | <item> |
||
117 | <spacer name="verticalSpacer_11"> |
||
118 | <property name="orientation"> |
||
119 | <enum>Qt::Vertical</enum> |
||
120 | </property> |
||
121 | <property name="sizeType"> |
||
122 | <enum>QSizePolicy::Fixed</enum> |
||
123 | </property> |
||
124 | <property name="sizeHint" stdset="0"> |
||
125 | <size> |
||
126 | <width>20</width> |
||
127 | <height>20</height> |
||
128 | </size> |
||
129 | </property> |
||
130 | </spacer> |
||
131 | </item> |
||
132 | <item> |
||
133 | <widget class="QLabel" name="label_8"> |
||
134 | <property name="font"> |
||
135 | <font> |
||
136 | <weight>75</weight> |
||
137 | <bold>true</bold> |
||
138 | </font> |
||
139 | </property> |
||
140 | <property name="text"> |
||
141 | <string>Rotation and Mirroring</string> |
||
142 | </property> |
||
143 | </widget> |
||
144 | </item> |
||
145 | <item> |
||
146 | <widget class="Line" name="line_3"> |
||
147 | <property name="orientation"> |
||
148 | <enum>Qt::Horizontal</enum> |
||
149 | </property> |
||
150 | </widget> |
||
151 | </item> |
||
152 | <item> |
||
153 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
154 | <item> |
||
155 | <widget class="QLabel" name="label_3"> |
||
156 | <property name="text"> |
||
157 | <string>Rotation:</string> |
||
158 | </property> |
||
159 | </widget> |
||
160 | </item> |
||
161 | <item> |
||
162 | <widget class="QComboBox" name="rotationComboBox"/> |
||
163 | </item> |
||
164 | <item> |
||
165 | <spacer name="horizontalSpacer_2"> |
||
166 | <property name="orientation"> |
||
167 | <enum>Qt::Horizontal</enum> |
||
168 | </property> |
||
169 | <property name="sizeHint" stdset="0"> |
||
170 | <size> |
||
171 | <width>40</width> |
||
172 | <height>20</height> |
||
173 | </size> |
||
174 | </property> |
||
175 | </spacer> |
||
176 | </item> |
||
177 | </layout> |
||
178 | </item> |
||
179 | <item> |
||
180 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
181 | <item> |
||
182 | <widget class="QLabel" name="label_4"> |
||
183 | <property name="text"> |
||
184 | <string>Page Mirroring:</string> |
||
185 | </property> |
||
186 | </widget> |
||
187 | </item> |
||
188 | <item> |
||
189 | <widget class="QToolButton" name="pageMirrorHorizontalToolButton"> |
||
190 | <property name="text"> |
||
191 | <string>...</string> |
||
192 | </property> |
||
193 | </widget> |
||
194 | </item> |
||
195 | <item> |
||
196 | <widget class="QToolButton" name="pageMirrorVerticalToolButton"> |
||
197 | <property name="text"> |
||
198 | <string>...</string> |
||
199 | </property> |
||
200 | </widget> |
||
201 | </item> |
||
202 | <item> |
||
203 | <spacer name="horizontalSpacer_3"> |
||
204 | <property name="orientation"> |
||
205 | <enum>Qt::Horizontal</enum> |
||
206 | </property> |
||
207 | <property name="sizeHint" stdset="0"> |
||
208 | <size> |
||
209 | <width>40</width> |
||
210 | <height>20</height> |
||
211 | </size> |
||
212 | </property> |
||
213 | </spacer> |
||
214 | </item> |
||
215 | </layout> |
||
216 | </item> |
||
217 | <item> |
||
218 | <spacer name="verticalSpacer_2"> |
||
219 | <property name="orientation"> |
||
220 | <enum>Qt::Vertical</enum> |
||
221 | </property> |
||
222 | <property name="sizeType"> |
||
223 | <enum>QSizePolicy::Expanding</enum> |
||
224 | </property> |
||
225 | <property name="sizeHint" stdset="0"> |
||
226 | <size> |
||
227 | <width>20</width> |
||
228 | <height>157</height> |
||
229 | </size> |
||
230 | </property> |
||
231 | </spacer> |
||
232 | </item> |
||
13761 | cbradney | 233 | </layout> |
234 | </widget> |
||
14449 | cbradney | 235 | <widget class="QWidget" name="tab_5"> |
236 | <attribute name="title"> |
||
237 | <string>File Options</string> |
||
238 | </attribute> |
||
239 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
||
240 | <item> |
||
241 | <layout class="QFormLayout" name="formLayout_2"> |
||
242 | <property name="formAlignment"> |
||
243 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
244 | </property> |
||
245 | <item row="0" column="0"> |
||
246 | <widget class="QLabel" name="label_9"> |
||
247 | <property name="text"> |
||
248 | <string>Compatibility:</string> |
||
249 | </property> |
||
250 | </widget> |
||
251 | </item> |
||
252 | <item row="0" column="1"> |
||
253 | <widget class="QComboBox" name="pdfCompatibilityComboBox"/> |
||
254 | </item> |
||
255 | <item row="1" column="0"> |
||
256 | <widget class="QLabel" name="label_10"> |
||
257 | <property name="text"> |
||
258 | <string>Page Binding:</string> |
||
259 | </property> |
||
260 | </widget> |
||
261 | </item> |
||
262 | <item row="1" column="1"> |
||
263 | <widget class="QComboBox" name="pageBindingComboBox"/> |
||
264 | </item> |
||
265 | </layout> |
||
266 | </item> |
||
267 | <item> |
||
268 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
||
269 | <item> |
||
270 | <widget class="QLabel" name="label_19"> |
||
271 | <property name="text"> |
||
272 | <string>Resolution for EPS Graphics:</string> |
||
273 | </property> |
||
274 | </widget> |
||
275 | </item> |
||
276 | <item> |
||
277 | <widget class="QSpinBox" name="epsExportResolutionSpinBox"> |
||
278 | <property name="suffix"> |
||
279 | <string> dpi</string> |
||
280 | </property> |
||
281 | </widget> |
||
282 | </item> |
||
283 | <item> |
||
284 | <spacer name="horizontalSpacer_5"> |
||
285 | <property name="orientation"> |
||
286 | <enum>Qt::Horizontal</enum> |
||
287 | </property> |
||
288 | <property name="sizeHint" stdset="0"> |
||
289 | <size> |
||
290 | <width>40</width> |
||
291 | <height>20</height> |
||
292 | </size> |
||
293 | </property> |
||
294 | </spacer> |
||
295 | </item> |
||
296 | </layout> |
||
297 | </item> |
||
298 | <item> |
||
299 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
300 | <item> |
||
301 | <widget class="QCheckBox" name="clipToPrinterMarginsCheckBox"> |
||
302 | <property name="text"> |
||
303 | <string>Clip to Printer Margins</string> |
||
304 | </property> |
||
305 | </widget> |
||
306 | </item> |
||
307 | <item> |
||
308 | <widget class="QCheckBox" name="generateThumbnailsCheckBox"> |
||
309 | <property name="text"> |
||
310 | <string>Generate Thumbnails</string> |
||
311 | </property> |
||
312 | </widget> |
||
313 | </item> |
||
314 | <item> |
||
315 | <widget class="QCheckBox" name="saveLinkedTextFramesAsArticlesCheckBox"> |
||
316 | <property name="text"> |
||
317 | <string>Save Linked Text Frames as PDF Articles</string> |
||
318 | </property> |
||
319 | </widget> |
||
320 | </item> |
||
321 | <item> |
||
322 | <widget class="QCheckBox" name="includeLayersCheckBox"> |
||
323 | <property name="text"> |
||
324 | <string>Include Layers</string> |
||
325 | </property> |
||
326 | </widget> |
||
327 | </item> |
||
328 | <item> |
||
329 | <widget class="QCheckBox" name="includeBookmarksCheckBox"> |
||
330 | <property name="text"> |
||
331 | <string>Include Bookmarks</string> |
||
332 | </property> |
||
333 | </widget> |
||
334 | </item> |
||
335 | <item> |
||
336 | <widget class="QCheckBox" name="embedPDFAndEPSFiles"> |
||
337 | <property name="text"> |
||
338 | <string>Embed PDF && EPS Files (Experimental)</string> |
||
339 | </property> |
||
340 | </widget> |
||
341 | </item> |
||
342 | </layout> |
||
343 | </item> |
||
344 | <item> |
||
345 | <spacer name="verticalSpacer_3"> |
||
346 | <property name="orientation"> |
||
347 | <enum>Qt::Vertical</enum> |
||
348 | </property> |
||
349 | <property name="sizeType"> |
||
350 | <enum>QSizePolicy::Fixed</enum> |
||
351 | </property> |
||
352 | <property name="sizeHint" stdset="0"> |
||
353 | <size> |
||
354 | <width>20</width> |
||
355 | <height>20</height> |
||
356 | </size> |
||
357 | </property> |
||
358 | </spacer> |
||
359 | </item> |
||
360 | <item> |
||
361 | <widget class="QLabel" name="label_5"> |
||
362 | <property name="font"> |
||
363 | <font> |
||
364 | <weight>75</weight> |
||
365 | <bold>true</bold> |
||
366 | </font> |
||
367 | </property> |
||
368 | <property name="text"> |
||
369 | <string>Compression</string> |
||
370 | </property> |
||
371 | </widget> |
||
372 | </item> |
||
373 | <item> |
||
374 | <widget class="Line" name="line_4"> |
||
375 | <property name="orientation"> |
||
376 | <enum>Qt::Horizontal</enum> |
||
377 | </property> |
||
378 | </widget> |
||
379 | </item> |
||
380 | <item> |
||
381 | <widget class="QCheckBox" name="compressTextAndVectorGraphicsCheckBox"> |
||
382 | <property name="text"> |
||
383 | <string>Compress Text and Vector Graphics</string> |
||
384 | </property> |
||
385 | </widget> |
||
386 | </item> |
||
387 | <item> |
||
388 | <layout class="QFormLayout" name="formLayout"> |
||
389 | <property name="formAlignment"> |
||
390 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
391 | </property> |
||
392 | <item row="0" column="0"> |
||
393 | <widget class="QLabel" name="label_6"> |
||
394 | <property name="text"> |
||
395 | <string>Image Compression Method:</string> |
||
396 | </property> |
||
397 | </widget> |
||
398 | </item> |
||
399 | <item row="0" column="1"> |
||
400 | <widget class="QComboBox" name="imageCompressionMethodComboBox"/> |
||
401 | </item> |
||
402 | <item row="1" column="0"> |
||
403 | <widget class="QLabel" name="label_7"> |
||
404 | <property name="text"> |
||
405 | <string>Image Compression Quality:</string> |
||
406 | </property> |
||
407 | </widget> |
||
408 | </item> |
||
409 | <item row="1" column="1"> |
||
410 | <widget class="QComboBox" name="imageCompressionQualityComboBox"/> |
||
411 | </item> |
||
412 | </layout> |
||
413 | </item> |
||
414 | <item> |
||
415 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
||
416 | <item> |
||
417 | <widget class="QCheckBox" name="maxResolutionLimitCheckBox"> |
||
418 | <property name="text"> |
||
419 | <string>Limit Maximum Image Resolution to:</string> |
||
420 | </property> |
||
421 | </widget> |
||
422 | </item> |
||
423 | <item> |
||
424 | <widget class="QSpinBox" name="maxExportResolutionSpinBox"> |
||
425 | <property name="suffix"> |
||
426 | <string> dpi</string> |
||
427 | </property> |
||
428 | <property name="maximum"> |
||
429 | <number>10000</number> |
||
430 | </property> |
||
431 | </widget> |
||
432 | </item> |
||
433 | <item> |
||
434 | <spacer name="horizontalSpacer_6"> |
||
435 | <property name="orientation"> |
||
436 | <enum>Qt::Horizontal</enum> |
||
437 | </property> |
||
438 | <property name="sizeHint" stdset="0"> |
||
439 | <size> |
||
440 | <width>40</width> |
||
441 | <height>20</height> |
||
442 | </size> |
||
443 | </property> |
||
444 | </spacer> |
||
445 | </item> |
||
446 | </layout> |
||
447 | </item> |
||
448 | <item> |
||
449 | <spacer name="verticalSpacer"> |
||
450 | <property name="orientation"> |
||
451 | <enum>Qt::Vertical</enum> |
||
452 | </property> |
||
453 | <property name="sizeHint" stdset="0"> |
||
454 | <size> |
||
455 | <width>20</width> |
||
456 | <height>4</height> |
||
457 | </size> |
||
458 | </property> |
||
459 | </spacer> |
||
460 | </item> |
||
461 | </layout> |
||
462 | </widget> |
||
13761 | cbradney | 463 | <widget class="QWidget" name="tab_2"> |
464 | <attribute name="title"> |
||
465 | <string>Security</string> |
||
466 | </attribute> |
||
467 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
14449 | cbradney | 468 | <property name="leftMargin"> |
469 | <number>10</number> |
||
470 | </property> |
||
471 | <property name="topMargin"> |
||
472 | <number>6</number> |
||
473 | </property> |
||
474 | <property name="rightMargin"> |
||
475 | <number>10</number> |
||
476 | </property> |
||
477 | <property name="bottomMargin"> |
||
478 | <number>10</number> |
||
479 | </property> |
||
13761 | cbradney | 480 | <item> |
14449 | cbradney | 481 | <widget class="QCheckBox" name="useEncryptionCheckBox"> |
13761 | cbradney | 482 | <property name="text"> |
483 | <string>Use Encryption</string> |
||
484 | </property> |
||
485 | </widget> |
||
486 | </item> |
||
487 | <item> |
||
488 | <spacer name="verticalSpacer_5"> |
||
489 | <property name="orientation"> |
||
490 | <enum>Qt::Vertical</enum> |
||
491 | </property> |
||
492 | <property name="sizeType"> |
||
493 | <enum>QSizePolicy::Fixed</enum> |
||
494 | </property> |
||
495 | <property name="sizeHint" stdset="0"> |
||
496 | <size> |
||
497 | <width>20</width> |
||
498 | <height>20</height> |
||
499 | </size> |
||
500 | </property> |
||
501 | </spacer> |
||
502 | </item> |
||
503 | <item> |
||
504 | <widget class="QLabel" name="label_11"> |
||
505 | <property name="font"> |
||
506 | <font> |
||
507 | <weight>75</weight> |
||
508 | <bold>true</bold> |
||
509 | </font> |
||
510 | </property> |
||
511 | <property name="text"> |
||
512 | <string>Passwords</string> |
||
513 | </property> |
||
514 | </widget> |
||
515 | </item> |
||
516 | <item> |
||
517 | <widget class="Line" name="line_5"> |
||
518 | <property name="orientation"> |
||
519 | <enum>Qt::Horizontal</enum> |
||
520 | </property> |
||
521 | </widget> |
||
522 | </item> |
||
523 | <item> |
||
524 | <layout class="QFormLayout" name="formLayout_3"> |
||
525 | <property name="formAlignment"> |
||
526 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
527 | </property> |
||
528 | <item row="0" column="0"> |
||
529 | <widget class="QLabel" name="label_13"> |
||
530 | <property name="text"> |
||
531 | <string>Owner:</string> |
||
532 | </property> |
||
533 | </widget> |
||
534 | </item> |
||
535 | <item row="0" column="1"> |
||
14449 | cbradney | 536 | <widget class="QLineEdit" name="passwordOwnerLineEdit"/> |
13761 | cbradney | 537 | </item> |
538 | <item row="1" column="0"> |
||
539 | <widget class="QLabel" name="label_14"> |
||
540 | <property name="text"> |
||
541 | <string>User:</string> |
||
542 | </property> |
||
543 | </widget> |
||
544 | </item> |
||
545 | <item row="1" column="1"> |
||
14449 | cbradney | 546 | <widget class="QLineEdit" name="passwordUserLineEdit"/> |
13761 | cbradney | 547 | </item> |
548 | </layout> |
||
549 | </item> |
||
550 | <item> |
||
551 | <spacer name="verticalSpacer_6"> |
||
552 | <property name="orientation"> |
||
553 | <enum>Qt::Vertical</enum> |
||
554 | </property> |
||
555 | <property name="sizeType"> |
||
556 | <enum>QSizePolicy::Fixed</enum> |
||
557 | </property> |
||
558 | <property name="sizeHint" stdset="0"> |
||
559 | <size> |
||
560 | <width>20</width> |
||
561 | <height>20</height> |
||
562 | </size> |
||
563 | </property> |
||
564 | </spacer> |
||
565 | </item> |
||
566 | <item> |
||
567 | <widget class="QLabel" name="label_12"> |
||
568 | <property name="font"> |
||
569 | <font> |
||
570 | <weight>75</weight> |
||
571 | <bold>true</bold> |
||
572 | </font> |
||
573 | </property> |
||
574 | <property name="text"> |
||
575 | <string>Settings</string> |
||
576 | </property> |
||
577 | </widget> |
||
578 | </item> |
||
579 | <item> |
||
580 | <widget class="Line" name="line_6"> |
||
581 | <property name="orientation"> |
||
582 | <enum>Qt::Horizontal</enum> |
||
583 | </property> |
||
584 | </widget> |
||
585 | </item> |
||
586 | <item> |
||
14449 | cbradney | 587 | <widget class="QCheckBox" name="allowPrintingCheckBox"> |
13761 | cbradney | 588 | <property name="text"> |
589 | <string>Allow Printing the Document</string> |
||
590 | </property> |
||
591 | </widget> |
||
592 | </item> |
||
593 | <item> |
||
14449 | cbradney | 594 | <widget class="QCheckBox" name="allowChangingCheckBox"> |
13761 | cbradney | 595 | <property name="text"> |
596 | <string>Allow Changing the Document</string> |
||
597 | </property> |
||
598 | </widget> |
||
599 | </item> |
||
600 | <item> |
||
14449 | cbradney | 601 | <widget class="QCheckBox" name="allowCopyingCheckBox"> |
13761 | cbradney | 602 | <property name="text"> |
14449 | cbradney | 603 | <string>Allow Copying Text and Graphics</string> |
13761 | cbradney | 604 | </property> |
605 | </widget> |
||
606 | </item> |
||
607 | <item> |
||
14449 | cbradney | 608 | <widget class="QCheckBox" name="allowAnnotatingCheckBox"> |
13761 | cbradney | 609 | <property name="text"> |
610 | <string>Allow Adding Annotations and Fields</string> |
||
611 | </property> |
||
612 | </widget> |
||
613 | </item> |
||
614 | <item> |
||
615 | <spacer name="verticalSpacer_4"> |
||
616 | <property name="orientation"> |
||
617 | <enum>Qt::Vertical</enum> |
||
618 | </property> |
||
619 | <property name="sizeHint" stdset="0"> |
||
620 | <size> |
||
621 | <width>20</width> |
||
622 | <height>377</height> |
||
623 | </size> |
||
624 | </property> |
||
625 | </spacer> |
||
626 | </item> |
||
627 | </layout> |
||
628 | </widget> |
||
629 | <widget class="QWidget" name="tab_3"> |
||
630 | <attribute name="title"> |
||
631 | <string>Color</string> |
||
632 | </attribute> |
||
633 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
||
14449 | cbradney | 634 | <property name="leftMargin"> |
635 | <number>10</number> |
||
636 | </property> |
||
637 | <property name="topMargin"> |
||
638 | <number>6</number> |
||
639 | </property> |
||
640 | <property name="rightMargin"> |
||
641 | <number>10</number> |
||
642 | </property> |
||
643 | <property name="bottomMargin"> |
||
644 | <number>10</number> |
||
645 | </property> |
||
13761 | cbradney | 646 | <item> |
647 | <layout class="QFormLayout" name="formLayout_4"> |
||
648 | <property name="formAlignment"> |
||
649 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
650 | </property> |
||
651 | <item row="0" column="0"> |
||
652 | <widget class="QLabel" name="label_15"> |
||
653 | <property name="text"> |
||
654 | <string>Output Intended For:</string> |
||
655 | </property> |
||
656 | </widget> |
||
657 | </item> |
||
658 | <item row="0" column="1"> |
||
14449 | cbradney | 659 | <widget class="QComboBox" name="outputIntentionCheckBox"/> |
13761 | cbradney | 660 | </item> |
661 | </layout> |
||
662 | </item> |
||
663 | <item> |
||
14449 | cbradney | 664 | <widget class="QCheckBox" name="convertSpotsToProcessCheckBox"> |
13761 | cbradney | 665 | <property name="text"> |
666 | <string>Convert Spot Colors to Process Colors</string> |
||
667 | </property> |
||
668 | </widget> |
||
669 | </item> |
||
670 | <item> |
||
671 | <spacer name="verticalSpacer_7"> |
||
672 | <property name="orientation"> |
||
673 | <enum>Qt::Vertical</enum> |
||
674 | </property> |
||
675 | <property name="sizeHint" stdset="0"> |
||
676 | <size> |
||
677 | <width>20</width> |
||
678 | <height>40</height> |
||
679 | </size> |
||
680 | </property> |
||
681 | </spacer> |
||
682 | </item> |
||
683 | </layout> |
||
684 | </widget> |
||
685 | <widget class="QWidget" name="tab_4"> |
||
686 | <attribute name="title"> |
||
687 | <string>Pre-Press</string> |
||
688 | </attribute> |
||
689 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
||
14449 | cbradney | 690 | <property name="leftMargin"> |
691 | <number>10</number> |
||
692 | </property> |
||
693 | <property name="topMargin"> |
||
694 | <number>6</number> |
||
695 | </property> |
||
696 | <property name="rightMargin"> |
||
697 | <number>10</number> |
||
698 | </property> |
||
699 | <property name="bottomMargin"> |
||
700 | <number>10</number> |
||
701 | </property> |
||
13761 | cbradney | 702 | <item> |
703 | <widget class="QLabel" name="label_16"> |
||
704 | <property name="font"> |
||
705 | <font> |
||
706 | <weight>75</weight> |
||
707 | <bold>true</bold> |
||
708 | </font> |
||
709 | </property> |
||
710 | <property name="text"> |
||
711 | <string>Printer Marks</string> |
||
712 | </property> |
||
713 | </widget> |
||
714 | </item> |
||
715 | <item> |
||
14449 | cbradney | 716 | <widget class="Line" name="line_7"> |
717 | <property name="orientation"> |
||
718 | <enum>Qt::Horizontal</enum> |
||
719 | </property> |
||
720 | </widget> |
||
721 | </item> |
||
722 | <item> |
||
13761 | cbradney | 723 | <layout class="QFormLayout" name="formLayout_7"> |
724 | <item row="3" column="0" colspan="2"> |
||
14449 | cbradney | 725 | <widget class="QCheckBox" name="printPageInfoCheckBox"> |
13761 | cbradney | 726 | <property name="text"> |
727 | <string>Page Information</string> |
||
728 | </property> |
||
729 | </widget> |
||
730 | </item> |
||
731 | <item row="4" column="0" colspan="2"> |
||
14449 | cbradney | 732 | <widget class="QCheckBox" name="printRegistrationMarksCheckBox"> |
13761 | cbradney | 733 | <property name="text"> |
734 | <string>Registration Marks</string> |
||
735 | </property> |
||
736 | </widget> |
||
737 | </item> |
||
738 | <item row="5" column="1"> |
||
14449 | cbradney | 739 | <widget class="ScrSpinBox" name="registrationMarkOffsetSpinBox"/> |
13761 | cbradney | 740 | </item> |
741 | <item row="5" column="0"> |
||
742 | <widget class="QLabel" name="label_17"> |
||
743 | <property name="text"> |
||
14449 | cbradney | 744 | <string>Registration Mark Offset:</string> |
13761 | cbradney | 745 | </property> |
746 | </widget> |
||
747 | </item> |
||
748 | <item row="0" column="0" colspan="2"> |
||
14449 | cbradney | 749 | <widget class="QCheckBox" name="printCropMarksCheckBox"> |
13761 | cbradney | 750 | <property name="text"> |
751 | <string>Crop Marks</string> |
||
752 | </property> |
||
753 | </widget> |
||
754 | </item> |
||
755 | <item row="1" column="0" colspan="2"> |
||
14449 | cbradney | 756 | <widget class="QCheckBox" name="printBleedMarksCheckBox"> |
13761 | cbradney | 757 | <property name="text"> |
758 | <string>Bleed Marks</string> |
||
759 | </property> |
||
760 | </widget> |
||
761 | </item> |
||
762 | <item row="2" column="0" colspan="2"> |
||
14449 | cbradney | 763 | <widget class="QCheckBox" name="printColorBarsCheckBox"> |
13761 | cbradney | 764 | <property name="text"> |
765 | <string>Color Bars</string> |
||
766 | </property> |
||
767 | </widget> |
||
768 | </item> |
||
769 | </layout> |
||
770 | </item> |
||
771 | <item> |
||
772 | <spacer name="verticalSpacer_10"> |
||
773 | <property name="orientation"> |
||
774 | <enum>Qt::Vertical</enum> |
||
775 | </property> |
||
776 | <property name="sizeType"> |
||
777 | <enum>QSizePolicy::Fixed</enum> |
||
778 | </property> |
||
779 | <property name="sizeHint" stdset="0"> |
||
780 | <size> |
||
781 | <width>20</width> |
||
782 | <height>20</height> |
||
783 | </size> |
||
784 | </property> |
||
785 | </spacer> |
||
786 | </item> |
||
787 | <item> |
||
788 | <widget class="QLabel" name="label_18"> |
||
789 | <property name="font"> |
||
790 | <font> |
||
791 | <weight>75</weight> |
||
792 | <bold>true</bold> |
||
793 | </font> |
||
794 | </property> |
||
795 | <property name="text"> |
||
796 | <string>Bleed Settings</string> |
||
797 | </property> |
||
798 | </widget> |
||
799 | </item> |
||
800 | <item> |
||
14449 | cbradney | 801 | <widget class="Line" name="line_8"> |
802 | <property name="orientation"> |
||
803 | <enum>Qt::Horizontal</enum> |
||
13761 | cbradney | 804 | </property> |
14449 | cbradney | 805 | </widget> |
806 | </item> |
||
807 | <item> |
||
808 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
||
809 | <item> |
||
810 | <widget class="NewMarginWidget" name="bleedsWidget" native="true"/> |
||
13761 | cbradney | 811 | </item> |
14449 | cbradney | 812 | <item> |
813 | <spacer name="horizontalSpacer_4"> |
||
814 | <property name="orientation"> |
||
815 | <enum>Qt::Horizontal</enum> |
||
13761 | cbradney | 816 | </property> |
14449 | cbradney | 817 | <property name="sizeHint" stdset="0"> |
818 | <size> |
||
819 | <width>40</width> |
||
820 | <height>20</height> |
||
821 | </size> |
||
13761 | cbradney | 822 | </property> |
14449 | cbradney | 823 | </spacer> |
13761 | cbradney | 824 | </item> |
825 | </layout> |
||
826 | </item> |
||
827 | <item> |
||
828 | <spacer name="verticalSpacer_9"> |
||
829 | <property name="orientation"> |
||
830 | <enum>Qt::Vertical</enum> |
||
831 | </property> |
||
832 | <property name="sizeType"> |
||
833 | <enum>QSizePolicy::Fixed</enum> |
||
834 | </property> |
||
835 | <property name="sizeHint" stdset="0"> |
||
836 | <size> |
||
837 | <width>20</width> |
||
838 | <height>20</height> |
||
839 | </size> |
||
840 | </property> |
||
841 | </spacer> |
||
842 | </item> |
||
843 | <item> |
||
844 | <widget class="QLabel" name="label_23"> |
||
845 | <property name="font"> |
||
846 | <font> |
||
847 | <weight>75</weight> |
||
848 | <bold>true</bold> |
||
849 | </font> |
||
850 | </property> |
||
851 | <property name="text"> |
||
852 | <string>PDF/X-3 Output Intent</string> |
||
853 | </property> |
||
854 | </widget> |
||
855 | </item> |
||
856 | <item> |
||
14449 | cbradney | 857 | <widget class="Line" name="line_9"> |
858 | <property name="orientation"> |
||
859 | <enum>Qt::Horizontal</enum> |
||
860 | </property> |
||
861 | </widget> |
||
862 | </item> |
||
863 | <item> |
||
13761 | cbradney | 864 | <layout class="QFormLayout" name="formLayout_5"> |
865 | <property name="formAlignment"> |
||
866 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
867 | </property> |
||
868 | <item row="0" column="0"> |
||
869 | <widget class="QLabel" name="label_24"> |
||
870 | <property name="text"> |
||
871 | <string>Output Profile:</string> |
||
872 | </property> |
||
873 | </widget> |
||
874 | </item> |
||
875 | <item row="0" column="1"> |
||
14449 | cbradney | 876 | <widget class="QComboBox" name="pdfx3OutputProfileComboBox"/> |
13761 | cbradney | 877 | </item> |
878 | <item row="1" column="0"> |
||
879 | <widget class="QLabel" name="label_25"> |
||
880 | <property name="text"> |
||
881 | <string>Information String:</string> |
||
882 | </property> |
||
883 | </widget> |
||
884 | </item> |
||
885 | <item row="1" column="1"> |
||
14449 | cbradney | 886 | <widget class="QLineEdit" name="pdfx3InfoStringLineEdit"/> |
13761 | cbradney | 887 | </item> |
888 | </layout> |
||
889 | </item> |
||
890 | <item> |
||
891 | <spacer name="verticalSpacer_8"> |
||
892 | <property name="orientation"> |
||
893 | <enum>Qt::Vertical</enum> |
||
894 | </property> |
||
895 | <property name="sizeHint" stdset="0"> |
||
896 | <size> |
||
897 | <width>20</width> |
||
898 | <height>211</height> |
||
899 | </size> |
||
900 | </property> |
||
901 | </spacer> |
||
902 | </item> |
||
903 | </layout> |
||
904 | </widget> |
||
905 | </widget> |
||
906 | </item> |
||
907 | </layout> |
||
908 | </widget> |
||
14449 | cbradney | 909 | <customwidgets> |
910 | <customwidget> |
||
911 | <class>ScrSpinBox</class> |
||
912 | <extends>QSpinBox</extends> |
||
913 | <header location="global">ui/scrspinbox.h</header> |
||
914 | </customwidget> |
||
915 | <customwidget> |
||
916 | <class>NewMarginWidget</class> |
||
917 | <extends>QWidget</extends> |
||
918 | <header location="global">ui/newmarginwidget.h</header> |
||
919 | <container>1</container> |
||
920 | </customwidget> |
||
921 | </customwidgets> |
||
13761 | cbradney | 922 | <resources/> |
923 | <connections/> |
||
14449 | cbradney | 924 | <buttongroups> |
925 | <buttongroup name="exportRangeButtonGroup"/> |
||
926 | </buttongroups> |
||
13761 | cbradney | 927 | </ui> |