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