Rev 14449 | Go to most recent revision | Details | 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> |
||
9 | <width>563</width> |
||
10 | <height>836</height> |
||
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"> |
||
52 | <string>General</string> |
||
53 | </attribute> |
||
54 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
55 | <item> |
||
56 | <widget class="QScrollArea" name="scrollArea"> |
||
57 | <property name="widgetResizable"> |
||
58 | <bool>true</bool> |
||
59 | </property> |
||
60 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
||
61 | <property name="geometry"> |
||
62 | <rect> |
||
63 | <x>0</x> |
||
64 | <y>0</y> |
||
65 | <width>489</width> |
||
66 | <height>706</height> |
||
67 | </rect> |
||
68 | </property> |
||
69 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
70 | <item> |
||
71 | <widget class="QLabel" name="label_2"> |
||
72 | <property name="font"> |
||
73 | <font> |
||
74 | <weight>75</weight> |
||
75 | <bold>true</bold> |
||
76 | </font> |
||
77 | </property> |
||
78 | <property name="text"> |
||
79 | <string>Export Range</string> |
||
80 | </property> |
||
81 | </widget> |
||
82 | </item> |
||
83 | <item> |
||
84 | <widget class="Line" name="line_2"> |
||
85 | <property name="orientation"> |
||
86 | <enum>Qt::Horizontal</enum> |
||
87 | </property> |
||
88 | </widget> |
||
89 | </item> |
||
90 | <item> |
||
91 | <widget class="QRadioButton" name="radioButton"> |
||
92 | <property name="text"> |
||
93 | <string>All Pages</string> |
||
94 | </property> |
||
95 | </widget> |
||
96 | </item> |
||
97 | <item> |
||
98 | <widget class="QRadioButton" name="radioButton_2"> |
||
99 | <property name="text"> |
||
100 | <string>Choose Pages</string> |
||
101 | </property> |
||
102 | </widget> |
||
103 | </item> |
||
104 | <item> |
||
105 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
106 | <item> |
||
107 | <widget class="QLineEdit" name="lineEdit"/> |
||
108 | </item> |
||
109 | <item> |
||
110 | <widget class="QPushButton" name="pushButton"> |
||
111 | <property name="text"> |
||
112 | <string>...</string> |
||
113 | </property> |
||
114 | </widget> |
||
115 | </item> |
||
116 | <item> |
||
117 | <spacer name="horizontalSpacer"> |
||
118 | <property name="orientation"> |
||
119 | <enum>Qt::Horizontal</enum> |
||
120 | </property> |
||
121 | <property name="sizeHint" stdset="0"> |
||
122 | <size> |
||
123 | <width>40</width> |
||
124 | <height>20</height> |
||
125 | </size> |
||
126 | </property> |
||
127 | </spacer> |
||
128 | </item> |
||
129 | </layout> |
||
130 | </item> |
||
131 | <item> |
||
132 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
133 | <item> |
||
134 | <widget class="QLabel" name="label_3"> |
||
135 | <property name="text"> |
||
136 | <string>Rotation:</string> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </item> |
||
140 | <item> |
||
141 | <widget class="QComboBox" name="comboBox"/> |
||
142 | </item> |
||
143 | <item> |
||
144 | <spacer name="horizontalSpacer_2"> |
||
145 | <property name="orientation"> |
||
146 | <enum>Qt::Horizontal</enum> |
||
147 | </property> |
||
148 | <property name="sizeHint" stdset="0"> |
||
149 | <size> |
||
150 | <width>40</width> |
||
151 | <height>20</height> |
||
152 | </size> |
||
153 | </property> |
||
154 | </spacer> |
||
155 | </item> |
||
156 | </layout> |
||
157 | </item> |
||
158 | <item> |
||
159 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
160 | <item> |
||
161 | <widget class="QLabel" name="label_4"> |
||
162 | <property name="text"> |
||
163 | <string>Page Mirroring:</string> |
||
164 | </property> |
||
165 | </widget> |
||
166 | </item> |
||
167 | <item> |
||
168 | <widget class="QToolButton" name="toolButton"> |
||
169 | <property name="text"> |
||
170 | <string>...</string> |
||
171 | </property> |
||
172 | </widget> |
||
173 | </item> |
||
174 | <item> |
||
175 | <widget class="QToolButton" name="toolButton_2"> |
||
176 | <property name="text"> |
||
177 | <string>...</string> |
||
178 | </property> |
||
179 | </widget> |
||
180 | </item> |
||
181 | <item> |
||
182 | <spacer name="horizontalSpacer_3"> |
||
183 | <property name="orientation"> |
||
184 | <enum>Qt::Horizontal</enum> |
||
185 | </property> |
||
186 | <property name="sizeHint" stdset="0"> |
||
187 | <size> |
||
188 | <width>40</width> |
||
189 | <height>20</height> |
||
190 | </size> |
||
191 | </property> |
||
192 | </spacer> |
||
193 | </item> |
||
194 | </layout> |
||
195 | </item> |
||
196 | <item> |
||
197 | <widget class="QCheckBox" name="checkBox"> |
||
198 | <property name="text"> |
||
199 | <string>Clip to Printer Margins</string> |
||
200 | </property> |
||
201 | </widget> |
||
202 | </item> |
||
203 | <item> |
||
204 | <spacer name="verticalSpacer_2"> |
||
205 | <property name="orientation"> |
||
206 | <enum>Qt::Vertical</enum> |
||
207 | </property> |
||
208 | <property name="sizeType"> |
||
209 | <enum>QSizePolicy::Fixed</enum> |
||
210 | </property> |
||
211 | <property name="sizeHint" stdset="0"> |
||
212 | <size> |
||
213 | <width>20</width> |
||
214 | <height>20</height> |
||
215 | </size> |
||
216 | </property> |
||
217 | </spacer> |
||
218 | </item> |
||
219 | <item> |
||
220 | <widget class="QLabel" name="label_8"> |
||
221 | <property name="font"> |
||
222 | <font> |
||
223 | <weight>75</weight> |
||
224 | <bold>true</bold> |
||
225 | </font> |
||
226 | </property> |
||
227 | <property name="text"> |
||
228 | <string>File Options</string> |
||
229 | </property> |
||
230 | </widget> |
||
231 | </item> |
||
232 | <item> |
||
233 | <widget class="Line" name="line_3"> |
||
234 | <property name="orientation"> |
||
235 | <enum>Qt::Horizontal</enum> |
||
236 | </property> |
||
237 | </widget> |
||
238 | </item> |
||
239 | <item> |
||
240 | <layout class="QFormLayout" name="formLayout_2"> |
||
241 | <property name="formAlignment"> |
||
242 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
243 | </property> |
||
244 | <item row="0" column="0"> |
||
245 | <widget class="QLabel" name="label_9"> |
||
246 | <property name="text"> |
||
247 | <string>Compatibility:</string> |
||
248 | </property> |
||
249 | </widget> |
||
250 | </item> |
||
251 | <item row="0" column="1"> |
||
252 | <widget class="QComboBox" name="comboBox_4"/> |
||
253 | </item> |
||
254 | <item row="1" column="1"> |
||
255 | <widget class="QComboBox" name="comboBox_5"/> |
||
256 | </item> |
||
257 | <item row="1" column="0"> |
||
258 | <widget class="QLabel" name="label_10"> |
||
259 | <property name="text"> |
||
260 | <string>Binding:</string> |
||
261 | </property> |
||
262 | </widget> |
||
263 | </item> |
||
264 | <item row="2" column="0" colspan="2"> |
||
265 | <widget class="QCheckBox" name="checkBox_4"> |
||
266 | <property name="text"> |
||
267 | <string>Generate Thumbnails</string> |
||
268 | </property> |
||
269 | </widget> |
||
270 | </item> |
||
271 | <item row="3" column="0" colspan="2"> |
||
272 | <widget class="QCheckBox" name="checkBox_5"> |
||
273 | <property name="text"> |
||
274 | <string>Save Linked Text Frames as PDF Articles</string> |
||
275 | </property> |
||
276 | </widget> |
||
277 | </item> |
||
278 | <item row="4" column="0" colspan="2"> |
||
279 | <widget class="QCheckBox" name="checkBox_7"> |
||
280 | <property name="text"> |
||
281 | <string>Include Layers</string> |
||
282 | </property> |
||
283 | </widget> |
||
284 | </item> |
||
285 | <item row="5" column="0" colspan="2"> |
||
286 | <widget class="QCheckBox" name="checkBox_6"> |
||
287 | <property name="text"> |
||
288 | <string>Include Bookmarks</string> |
||
289 | </property> |
||
290 | </widget> |
||
291 | </item> |
||
292 | <item row="6" column="0" colspan="2"> |
||
293 | <widget class="QCheckBox" name="checkBox_8"> |
||
294 | <property name="text"> |
||
295 | <string>Embed PDF && EPS Files (Experimental)</string> |
||
296 | </property> |
||
297 | </widget> |
||
298 | </item> |
||
299 | </layout> |
||
300 | </item> |
||
301 | <item> |
||
302 | <spacer name="verticalSpacer_3"> |
||
303 | <property name="orientation"> |
||
304 | <enum>Qt::Vertical</enum> |
||
305 | </property> |
||
306 | <property name="sizeType"> |
||
307 | <enum>QSizePolicy::Fixed</enum> |
||
308 | </property> |
||
309 | <property name="sizeHint" stdset="0"> |
||
310 | <size> |
||
311 | <width>20</width> |
||
312 | <height>20</height> |
||
313 | </size> |
||
314 | </property> |
||
315 | </spacer> |
||
316 | </item> |
||
317 | <item> |
||
318 | <widget class="QLabel" name="label_5"> |
||
319 | <property name="font"> |
||
320 | <font> |
||
321 | <weight>75</weight> |
||
322 | <bold>true</bold> |
||
323 | </font> |
||
324 | </property> |
||
325 | <property name="text"> |
||
326 | <string>Compression</string> |
||
327 | </property> |
||
328 | </widget> |
||
329 | </item> |
||
330 | <item> |
||
331 | <widget class="Line" name="line_4"> |
||
332 | <property name="orientation"> |
||
333 | <enum>Qt::Horizontal</enum> |
||
334 | </property> |
||
335 | </widget> |
||
336 | </item> |
||
337 | <item> |
||
338 | <layout class="QFormLayout" name="formLayout"> |
||
339 | <item row="0" column="0" colspan="2"> |
||
340 | <widget class="QCheckBox" name="checkBox_2"> |
||
341 | <property name="text"> |
||
342 | <string>Compress Text and Vector Graphics</string> |
||
343 | </property> |
||
344 | </widget> |
||
345 | </item> |
||
346 | <item row="1" column="0"> |
||
347 | <widget class="QLabel" name="label_6"> |
||
348 | <property name="text"> |
||
349 | <string>Image Compression Method:</string> |
||
350 | </property> |
||
351 | </widget> |
||
352 | </item> |
||
353 | <item row="1" column="1"> |
||
354 | <widget class="QComboBox" name="comboBox_2"/> |
||
355 | </item> |
||
356 | <item row="2" column="0"> |
||
357 | <widget class="QLabel" name="label_7"> |
||
358 | <property name="text"> |
||
359 | <string>Image Compression Quality:</string> |
||
360 | </property> |
||
361 | </widget> |
||
362 | </item> |
||
363 | <item row="2" column="1"> |
||
364 | <widget class="QComboBox" name="comboBox_3"/> |
||
365 | </item> |
||
366 | <item row="3" column="0"> |
||
367 | <widget class="QCheckBox" name="checkBox_3"> |
||
368 | <property name="text"> |
||
369 | <string>Maximum Image Resolution</string> |
||
370 | </property> |
||
371 | </widget> |
||
372 | </item> |
||
373 | <item row="3" column="1"> |
||
374 | <widget class="QSpinBox" name="spinBox"/> |
||
375 | </item> |
||
376 | </layout> |
||
377 | </item> |
||
378 | <item> |
||
379 | <spacer name="verticalSpacer"> |
||
380 | <property name="orientation"> |
||
381 | <enum>Qt::Vertical</enum> |
||
382 | </property> |
||
383 | <property name="sizeHint" stdset="0"> |
||
384 | <size> |
||
385 | <width>20</width> |
||
386 | <height>40</height> |
||
387 | </size> |
||
388 | </property> |
||
389 | </spacer> |
||
390 | </item> |
||
391 | </layout> |
||
392 | </widget> |
||
393 | </widget> |
||
394 | </item> |
||
395 | </layout> |
||
396 | </widget> |
||
397 | <widget class="QWidget" name="tab_2"> |
||
398 | <attribute name="title"> |
||
399 | <string>Security</string> |
||
400 | </attribute> |
||
401 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
402 | <item> |
||
403 | <widget class="QCheckBox" name="checkBox_9"> |
||
404 | <property name="text"> |
||
405 | <string>Use Encryption</string> |
||
406 | </property> |
||
407 | </widget> |
||
408 | </item> |
||
409 | <item> |
||
410 | <spacer name="verticalSpacer_5"> |
||
411 | <property name="orientation"> |
||
412 | <enum>Qt::Vertical</enum> |
||
413 | </property> |
||
414 | <property name="sizeType"> |
||
415 | <enum>QSizePolicy::Fixed</enum> |
||
416 | </property> |
||
417 | <property name="sizeHint" stdset="0"> |
||
418 | <size> |
||
419 | <width>20</width> |
||
420 | <height>20</height> |
||
421 | </size> |
||
422 | </property> |
||
423 | </spacer> |
||
424 | </item> |
||
425 | <item> |
||
426 | <widget class="QLabel" name="label_11"> |
||
427 | <property name="font"> |
||
428 | <font> |
||
429 | <weight>75</weight> |
||
430 | <bold>true</bold> |
||
431 | </font> |
||
432 | </property> |
||
433 | <property name="text"> |
||
434 | <string>Passwords</string> |
||
435 | </property> |
||
436 | </widget> |
||
437 | </item> |
||
438 | <item> |
||
439 | <widget class="Line" name="line_5"> |
||
440 | <property name="orientation"> |
||
441 | <enum>Qt::Horizontal</enum> |
||
442 | </property> |
||
443 | </widget> |
||
444 | </item> |
||
445 | <item> |
||
446 | <layout class="QFormLayout" name="formLayout_3"> |
||
447 | <property name="formAlignment"> |
||
448 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
449 | </property> |
||
450 | <item row="0" column="0"> |
||
451 | <widget class="QLabel" name="label_13"> |
||
452 | <property name="text"> |
||
453 | <string>Owner:</string> |
||
454 | </property> |
||
455 | </widget> |
||
456 | </item> |
||
457 | <item row="0" column="1"> |
||
458 | <widget class="QLineEdit" name="lineEdit_2"/> |
||
459 | </item> |
||
460 | <item row="1" column="0"> |
||
461 | <widget class="QLabel" name="label_14"> |
||
462 | <property name="text"> |
||
463 | <string>User:</string> |
||
464 | </property> |
||
465 | </widget> |
||
466 | </item> |
||
467 | <item row="1" column="1"> |
||
468 | <widget class="QLineEdit" name="lineEdit_3"/> |
||
469 | </item> |
||
470 | </layout> |
||
471 | </item> |
||
472 | <item> |
||
473 | <spacer name="verticalSpacer_6"> |
||
474 | <property name="orientation"> |
||
475 | <enum>Qt::Vertical</enum> |
||
476 | </property> |
||
477 | <property name="sizeType"> |
||
478 | <enum>QSizePolicy::Fixed</enum> |
||
479 | </property> |
||
480 | <property name="sizeHint" stdset="0"> |
||
481 | <size> |
||
482 | <width>20</width> |
||
483 | <height>20</height> |
||
484 | </size> |
||
485 | </property> |
||
486 | </spacer> |
||
487 | </item> |
||
488 | <item> |
||
489 | <widget class="QLabel" name="label_12"> |
||
490 | <property name="font"> |
||
491 | <font> |
||
492 | <weight>75</weight> |
||
493 | <bold>true</bold> |
||
494 | </font> |
||
495 | </property> |
||
496 | <property name="text"> |
||
497 | <string>Settings</string> |
||
498 | </property> |
||
499 | </widget> |
||
500 | </item> |
||
501 | <item> |
||
502 | <widget class="Line" name="line_6"> |
||
503 | <property name="orientation"> |
||
504 | <enum>Qt::Horizontal</enum> |
||
505 | </property> |
||
506 | </widget> |
||
507 | </item> |
||
508 | <item> |
||
509 | <widget class="QCheckBox" name="checkBox_10"> |
||
510 | <property name="text"> |
||
511 | <string>Allow Printing the Document</string> |
||
512 | </property> |
||
513 | </widget> |
||
514 | </item> |
||
515 | <item> |
||
516 | <widget class="QCheckBox" name="checkBox_11"> |
||
517 | <property name="text"> |
||
518 | <string>Allow Changing the Document</string> |
||
519 | </property> |
||
520 | </widget> |
||
521 | </item> |
||
522 | <item> |
||
523 | <widget class="QCheckBox" name="checkBox_12"> |
||
524 | <property name="text"> |
||
525 | <string>Allow Coping Text and Graphics</string> |
||
526 | </property> |
||
527 | </widget> |
||
528 | </item> |
||
529 | <item> |
||
530 | <widget class="QCheckBox" name="checkBox_13"> |
||
531 | <property name="text"> |
||
532 | <string>Allow Adding Annotations and Fields</string> |
||
533 | </property> |
||
534 | </widget> |
||
535 | </item> |
||
536 | <item> |
||
537 | <spacer name="verticalSpacer_4"> |
||
538 | <property name="orientation"> |
||
539 | <enum>Qt::Vertical</enum> |
||
540 | </property> |
||
541 | <property name="sizeHint" stdset="0"> |
||
542 | <size> |
||
543 | <width>20</width> |
||
544 | <height>377</height> |
||
545 | </size> |
||
546 | </property> |
||
547 | </spacer> |
||
548 | </item> |
||
549 | </layout> |
||
550 | </widget> |
||
551 | <widget class="QWidget" name="tab_3"> |
||
552 | <attribute name="title"> |
||
553 | <string>Color</string> |
||
554 | </attribute> |
||
555 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
||
556 | <item> |
||
557 | <layout class="QFormLayout" name="formLayout_4"> |
||
558 | <property name="formAlignment"> |
||
559 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
560 | </property> |
||
561 | <item row="0" column="0"> |
||
562 | <widget class="QLabel" name="label_15"> |
||
563 | <property name="text"> |
||
564 | <string>Output Intended For:</string> |
||
565 | </property> |
||
566 | </widget> |
||
567 | </item> |
||
568 | <item row="0" column="1"> |
||
569 | <widget class="QComboBox" name="comboBox_6"/> |
||
570 | </item> |
||
571 | </layout> |
||
572 | </item> |
||
573 | <item> |
||
574 | <widget class="QCheckBox" name="checkBox_19"> |
||
575 | <property name="text"> |
||
576 | <string>Convert Spot Colors to Process Colors</string> |
||
577 | </property> |
||
578 | </widget> |
||
579 | </item> |
||
580 | <item> |
||
581 | <spacer name="verticalSpacer_7"> |
||
582 | <property name="orientation"> |
||
583 | <enum>Qt::Vertical</enum> |
||
584 | </property> |
||
585 | <property name="sizeHint" stdset="0"> |
||
586 | <size> |
||
587 | <width>20</width> |
||
588 | <height>40</height> |
||
589 | </size> |
||
590 | </property> |
||
591 | </spacer> |
||
592 | </item> |
||
593 | </layout> |
||
594 | </widget> |
||
595 | <widget class="QWidget" name="tab_4"> |
||
596 | <attribute name="title"> |
||
597 | <string>Pre-Press</string> |
||
598 | </attribute> |
||
599 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
||
600 | <item> |
||
601 | <widget class="QLabel" name="label_16"> |
||
602 | <property name="font"> |
||
603 | <font> |
||
604 | <weight>75</weight> |
||
605 | <bold>true</bold> |
||
606 | </font> |
||
607 | </property> |
||
608 | <property name="text"> |
||
609 | <string>Printer Marks</string> |
||
610 | </property> |
||
611 | </widget> |
||
612 | </item> |
||
613 | <item> |
||
614 | <layout class="QFormLayout" name="formLayout_7"> |
||
615 | <item row="3" column="0" colspan="2"> |
||
616 | <widget class="QCheckBox" name="checkBox_18"> |
||
617 | <property name="text"> |
||
618 | <string>Page Information</string> |
||
619 | </property> |
||
620 | </widget> |
||
621 | </item> |
||
622 | <item row="4" column="0" colspan="2"> |
||
623 | <widget class="QCheckBox" name="checkBox_16"> |
||
624 | <property name="text"> |
||
625 | <string>Registration Marks</string> |
||
626 | </property> |
||
627 | </widget> |
||
628 | </item> |
||
629 | <item row="5" column="1"> |
||
630 | <widget class="QSpinBox" name="spinBox_6"/> |
||
631 | </item> |
||
632 | <item row="5" column="0"> |
||
633 | <widget class="QLabel" name="label_17"> |
||
634 | <property name="text"> |
||
635 | <string>Offset:</string> |
||
636 | </property> |
||
637 | </widget> |
||
638 | </item> |
||
639 | <item row="0" column="0" colspan="2"> |
||
640 | <widget class="QCheckBox" name="checkBox_14"> |
||
641 | <property name="text"> |
||
642 | <string>Crop Marks</string> |
||
643 | </property> |
||
644 | </widget> |
||
645 | </item> |
||
646 | <item row="1" column="0" colspan="2"> |
||
647 | <widget class="QCheckBox" name="checkBox_15"> |
||
648 | <property name="text"> |
||
649 | <string>Bleed Marks</string> |
||
650 | </property> |
||
651 | </widget> |
||
652 | </item> |
||
653 | <item row="2" column="0" colspan="2"> |
||
654 | <widget class="QCheckBox" name="checkBox_17"> |
||
655 | <property name="text"> |
||
656 | <string>Color Bars</string> |
||
657 | </property> |
||
658 | </widget> |
||
659 | </item> |
||
660 | </layout> |
||
661 | </item> |
||
662 | <item> |
||
663 | <spacer name="verticalSpacer_10"> |
||
664 | <property name="orientation"> |
||
665 | <enum>Qt::Vertical</enum> |
||
666 | </property> |
||
667 | <property name="sizeType"> |
||
668 | <enum>QSizePolicy::Fixed</enum> |
||
669 | </property> |
||
670 | <property name="sizeHint" stdset="0"> |
||
671 | <size> |
||
672 | <width>20</width> |
||
673 | <height>20</height> |
||
674 | </size> |
||
675 | </property> |
||
676 | </spacer> |
||
677 | </item> |
||
678 | <item> |
||
679 | <widget class="QLabel" name="label_18"> |
||
680 | <property name="font"> |
||
681 | <font> |
||
682 | <weight>75</weight> |
||
683 | <bold>true</bold> |
||
684 | </font> |
||
685 | </property> |
||
686 | <property name="text"> |
||
687 | <string>Bleed Settings</string> |
||
688 | </property> |
||
689 | </widget> |
||
690 | </item> |
||
691 | <item> |
||
692 | <layout class="QFormLayout" name="formLayout_6"> |
||
693 | <property name="formAlignment"> |
||
694 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
695 | </property> |
||
696 | <item row="0" column="0"> |
||
697 | <widget class="QLabel" name="label_19"> |
||
698 | <property name="text"> |
||
699 | <string>Top:</string> |
||
700 | </property> |
||
701 | </widget> |
||
702 | </item> |
||
703 | <item row="0" column="1"> |
||
704 | <widget class="QSpinBox" name="spinBox_2"/> |
||
705 | </item> |
||
706 | <item row="1" column="0"> |
||
707 | <widget class="QLabel" name="label_20"> |
||
708 | <property name="text"> |
||
709 | <string>Bottom:</string> |
||
710 | </property> |
||
711 | </widget> |
||
712 | </item> |
||
713 | <item row="1" column="1"> |
||
714 | <widget class="QSpinBox" name="spinBox_3"/> |
||
715 | </item> |
||
716 | <item row="2" column="0"> |
||
717 | <widget class="QLabel" name="label_21"> |
||
718 | <property name="text"> |
||
719 | <string>Left:</string> |
||
720 | </property> |
||
721 | </widget> |
||
722 | </item> |
||
723 | <item row="2" column="1"> |
||
724 | <widget class="QSpinBox" name="spinBox_4"/> |
||
725 | </item> |
||
726 | <item row="3" column="0"> |
||
727 | <widget class="QLabel" name="label_22"> |
||
728 | <property name="text"> |
||
729 | <string>Right:</string> |
||
730 | </property> |
||
731 | </widget> |
||
732 | </item> |
||
733 | <item row="3" column="1"> |
||
734 | <widget class="QSpinBox" name="spinBox_5"/> |
||
735 | </item> |
||
736 | </layout> |
||
737 | </item> |
||
738 | <item> |
||
739 | <spacer name="verticalSpacer_9"> |
||
740 | <property name="orientation"> |
||
741 | <enum>Qt::Vertical</enum> |
||
742 | </property> |
||
743 | <property name="sizeType"> |
||
744 | <enum>QSizePolicy::Fixed</enum> |
||
745 | </property> |
||
746 | <property name="sizeHint" stdset="0"> |
||
747 | <size> |
||
748 | <width>20</width> |
||
749 | <height>20</height> |
||
750 | </size> |
||
751 | </property> |
||
752 | </spacer> |
||
753 | </item> |
||
754 | <item> |
||
755 | <widget class="QLabel" name="label_23"> |
||
756 | <property name="font"> |
||
757 | <font> |
||
758 | <weight>75</weight> |
||
759 | <bold>true</bold> |
||
760 | </font> |
||
761 | </property> |
||
762 | <property name="text"> |
||
763 | <string>PDF/X-3 Output Intent</string> |
||
764 | </property> |
||
765 | </widget> |
||
766 | </item> |
||
767 | <item> |
||
768 | <layout class="QFormLayout" name="formLayout_5"> |
||
769 | <property name="formAlignment"> |
||
770 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
771 | </property> |
||
772 | <item row="0" column="0"> |
||
773 | <widget class="QLabel" name="label_24"> |
||
774 | <property name="text"> |
||
775 | <string>Output Profile:</string> |
||
776 | </property> |
||
777 | </widget> |
||
778 | </item> |
||
779 | <item row="0" column="1"> |
||
780 | <widget class="QComboBox" name="comboBox_7"/> |
||
781 | </item> |
||
782 | <item row="1" column="0"> |
||
783 | <widget class="QLabel" name="label_25"> |
||
784 | <property name="text"> |
||
785 | <string>Information String:</string> |
||
786 | </property> |
||
787 | </widget> |
||
788 | </item> |
||
789 | <item row="1" column="1"> |
||
790 | <widget class="QLineEdit" name="lineEdit_4"/> |
||
791 | </item> |
||
792 | </layout> |
||
793 | </item> |
||
794 | <item> |
||
795 | <spacer name="verticalSpacer_8"> |
||
796 | <property name="orientation"> |
||
797 | <enum>Qt::Vertical</enum> |
||
798 | </property> |
||
799 | <property name="sizeHint" stdset="0"> |
||
800 | <size> |
||
801 | <width>20</width> |
||
802 | <height>211</height> |
||
803 | </size> |
||
804 | </property> |
||
805 | </spacer> |
||
806 | </item> |
||
807 | </layout> |
||
808 | </widget> |
||
809 | </widget> |
||
810 | </item> |
||
811 | </layout> |
||
812 | </widget> |
||
813 | <resources/> |
||
814 | <connections/> |
||
815 | </ui> |