Rev 15065 | Rev 15082 | 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> |
||
14762 | cbradney | 9 | <width>671</width> |
15065 | cbradney | 10 | <height>585</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> |
||
15080 | cbradney | 32 | <widget class="Line" name="line"> |
33 | <property name="orientation"> |
||
34 | <enum>Qt::Horizontal</enum> |
||
35 | </property> |
||
36 | </widget> |
||
37 | </item> |
||
38 | <item> |
||
13761 | cbradney | 39 | <widget class="QTabWidget" name="tabWidget"> |
40 | <property name="currentIndex"> |
||
15065 | cbradney | 41 | <number>0</number> |
13761 | cbradney | 42 | </property> |
14736 | cbradney | 43 | <widget class="QWidget" name="tabPages"> |
13761 | cbradney | 44 | <attribute name="title"> |
14449 | cbradney | 45 | <string>Pages</string> |
13761 | cbradney | 46 | </attribute> |
47 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
48 | <item> |
||
14449 | cbradney | 49 | <widget class="QLabel" name="label_2"> |
50 | <property name="font"> |
||
51 | <font> |
||
52 | <weight>75</weight> |
||
53 | <bold>true</bold> |
||
54 | </font> |
||
13761 | cbradney | 55 | </property> |
14449 | cbradney | 56 | <property name="text"> |
57 | <string>Export Range</string> |
||
58 | </property> |
||
13761 | cbradney | 59 | </widget> |
60 | </item> |
||
14449 | cbradney | 61 | <item> |
62 | <widget class="Line" name="line_2"> |
||
63 | <property name="orientation"> |
||
64 | <enum>Qt::Horizontal</enum> |
||
65 | </property> |
||
66 | </widget> |
||
67 | </item> |
||
68 | <item> |
||
69 | <widget class="QRadioButton" name="exportAllPagesRadioButton"> |
||
70 | <property name="text"> |
||
71 | <string>All Pages</string> |
||
72 | </property> |
||
14451 | cbradney | 73 | <attribute name="buttonGroup"> |
74 | <string>rangeButtonGroup</string> |
||
75 | </attribute> |
||
14449 | cbradney | 76 | </widget> |
77 | </item> |
||
78 | <item> |
||
79 | <widget class="QRadioButton" name="exportChosenPagesRadioButton"> |
||
80 | <property name="text"> |
||
81 | <string>Choose Pages</string> |
||
82 | </property> |
||
14451 | cbradney | 83 | <attribute name="buttonGroup"> |
84 | <string>rangeButtonGroup</string> |
||
85 | </attribute> |
||
14449 | cbradney | 86 | </widget> |
87 | </item> |
||
88 | <item> |
||
89 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
90 | <item> |
||
91 | <widget class="QLineEdit" name="exportPageListLineEdit"/> |
||
92 | </item> |
||
93 | <item> |
||
94 | <widget class="QPushButton" name="exportRangeMorePushButton"> |
||
95 | <property name="text"> |
||
96 | <string>...</string> |
||
97 | </property> |
||
98 | </widget> |
||
99 | </item> |
||
100 | <item> |
||
101 | <spacer name="horizontalSpacer"> |
||
102 | <property name="orientation"> |
||
103 | <enum>Qt::Horizontal</enum> |
||
104 | </property> |
||
105 | <property name="sizeHint" stdset="0"> |
||
106 | <size> |
||
107 | <width>40</width> |
||
108 | <height>20</height> |
||
109 | </size> |
||
110 | </property> |
||
111 | </spacer> |
||
112 | </item> |
||
113 | </layout> |
||
114 | </item> |
||
115 | <item> |
||
116 | <spacer name="verticalSpacer_11"> |
||
117 | <property name="orientation"> |
||
118 | <enum>Qt::Vertical</enum> |
||
119 | </property> |
||
120 | <property name="sizeType"> |
||
121 | <enum>QSizePolicy::Fixed</enum> |
||
122 | </property> |
||
123 | <property name="sizeHint" stdset="0"> |
||
124 | <size> |
||
125 | <width>20</width> |
||
126 | <height>20</height> |
||
127 | </size> |
||
128 | </property> |
||
129 | </spacer> |
||
130 | </item> |
||
131 | <item> |
||
132 | <widget class="QLabel" name="label_8"> |
||
133 | <property name="font"> |
||
134 | <font> |
||
135 | <weight>75</weight> |
||
136 | <bold>true</bold> |
||
137 | </font> |
||
138 | </property> |
||
139 | <property name="text"> |
||
140 | <string>Rotation and Mirroring</string> |
||
141 | </property> |
||
142 | </widget> |
||
143 | </item> |
||
144 | <item> |
||
145 | <widget class="Line" name="line_3"> |
||
146 | <property name="orientation"> |
||
147 | <enum>Qt::Horizontal</enum> |
||
148 | </property> |
||
149 | </widget> |
||
150 | </item> |
||
151 | <item> |
||
152 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
153 | <item> |
||
154 | <widget class="QLabel" name="label_3"> |
||
155 | <property name="text"> |
||
156 | <string>Rotation:</string> |
||
157 | </property> |
||
158 | </widget> |
||
159 | </item> |
||
160 | <item> |
||
161 | <widget class="QComboBox" name="rotationComboBox"/> |
||
162 | </item> |
||
163 | <item> |
||
164 | <spacer name="horizontalSpacer_2"> |
||
165 | <property name="orientation"> |
||
166 | <enum>Qt::Horizontal</enum> |
||
167 | </property> |
||
168 | <property name="sizeHint" stdset="0"> |
||
169 | <size> |
||
170 | <width>40</width> |
||
171 | <height>20</height> |
||
172 | </size> |
||
173 | </property> |
||
174 | </spacer> |
||
175 | </item> |
||
176 | </layout> |
||
177 | </item> |
||
178 | <item> |
||
179 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
180 | <item> |
||
181 | <widget class="QLabel" name="label_4"> |
||
182 | <property name="text"> |
||
183 | <string>Page Mirroring:</string> |
||
184 | </property> |
||
185 | </widget> |
||
186 | </item> |
||
187 | <item> |
||
188 | <widget class="QToolButton" name="pageMirrorHorizontalToolButton"> |
||
189 | <property name="text"> |
||
190 | <string>...</string> |
||
191 | </property> |
||
14451 | cbradney | 192 | <property name="checkable"> |
193 | <bool>true</bool> |
||
194 | </property> |
||
14449 | cbradney | 195 | </widget> |
196 | </item> |
||
197 | <item> |
||
198 | <widget class="QToolButton" name="pageMirrorVerticalToolButton"> |
||
199 | <property name="text"> |
||
200 | <string>...</string> |
||
201 | </property> |
||
14451 | cbradney | 202 | <property name="checkable"> |
203 | <bool>true</bool> |
||
204 | </property> |
||
14449 | cbradney | 205 | </widget> |
206 | </item> |
||
207 | <item> |
||
208 | <spacer name="horizontalSpacer_3"> |
||
209 | <property name="orientation"> |
||
210 | <enum>Qt::Horizontal</enum> |
||
211 | </property> |
||
212 | <property name="sizeHint" stdset="0"> |
||
213 | <size> |
||
214 | <width>40</width> |
||
215 | <height>20</height> |
||
216 | </size> |
||
217 | </property> |
||
218 | </spacer> |
||
219 | </item> |
||
220 | </layout> |
||
221 | </item> |
||
222 | <item> |
||
223 | <spacer name="verticalSpacer_2"> |
||
224 | <property name="orientation"> |
||
225 | <enum>Qt::Vertical</enum> |
||
226 | </property> |
||
227 | <property name="sizeType"> |
||
228 | <enum>QSizePolicy::Expanding</enum> |
||
229 | </property> |
||
230 | <property name="sizeHint" stdset="0"> |
||
231 | <size> |
||
232 | <width>20</width> |
||
14762 | cbradney | 233 | <height>20</height> |
14449 | cbradney | 234 | </size> |
235 | </property> |
||
236 | </spacer> |
||
237 | </item> |
||
13761 | cbradney | 238 | </layout> |
239 | </widget> |
||
14736 | cbradney | 240 | <widget class="QWidget" name="tabFileOptions"> |
14449 | cbradney | 241 | <attribute name="title"> |
242 | <string>File Options</string> |
||
243 | </attribute> |
||
244 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
||
245 | <item> |
||
246 | <layout class="QFormLayout" name="formLayout_2"> |
||
247 | <property name="formAlignment"> |
||
14729 | cbradney | 248 | <set>Qt::AlignHCenter|Qt::AlignTop</set> |
14449 | cbradney | 249 | </property> |
250 | <item row="0" column="0"> |
||
251 | <widget class="QLabel" name="label_9"> |
||
252 | <property name="text"> |
||
253 | <string>Compatibility:</string> |
||
254 | </property> |
||
255 | </widget> |
||
256 | </item> |
||
257 | <item row="0" column="1"> |
||
14451 | cbradney | 258 | <widget class="QComboBox" name="pdfVersionComboBox"/> |
14449 | cbradney | 259 | </item> |
260 | <item row="1" column="0"> |
||
261 | <widget class="QLabel" name="label_10"> |
||
262 | <property name="text"> |
||
263 | <string>Page Binding:</string> |
||
264 | </property> |
||
265 | </widget> |
||
266 | </item> |
||
267 | <item row="1" column="1"> |
||
268 | <widget class="QComboBox" name="pageBindingComboBox"/> |
||
269 | </item> |
||
270 | </layout> |
||
271 | </item> |
||
272 | <item> |
||
273 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
||
274 | <item> |
||
275 | <widget class="QLabel" name="label_19"> |
||
276 | <property name="text"> |
||
277 | <string>Resolution for EPS Graphics:</string> |
||
278 | </property> |
||
279 | </widget> |
||
280 | </item> |
||
281 | <item> |
||
282 | <widget class="QSpinBox" name="epsExportResolutionSpinBox"> |
||
283 | <property name="suffix"> |
||
284 | <string> dpi</string> |
||
285 | </property> |
||
14451 | cbradney | 286 | <property name="minimum"> |
287 | <number>35</number> |
||
288 | </property> |
||
289 | <property name="maximum"> |
||
290 | <number>4000</number> |
||
291 | </property> |
||
14449 | cbradney | 292 | </widget> |
293 | </item> |
||
294 | <item> |
||
295 | <spacer name="horizontalSpacer_5"> |
||
296 | <property name="orientation"> |
||
297 | <enum>Qt::Horizontal</enum> |
||
298 | </property> |
||
299 | <property name="sizeHint" stdset="0"> |
||
300 | <size> |
||
301 | <width>40</width> |
||
302 | <height>20</height> |
||
303 | </size> |
||
304 | </property> |
||
305 | </spacer> |
||
306 | </item> |
||
307 | </layout> |
||
308 | </item> |
||
309 | <item> |
||
310 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
311 | <item> |
||
312 | <widget class="QCheckBox" name="clipToPrinterMarginsCheckBox"> |
||
313 | <property name="text"> |
||
314 | <string>Clip to Printer Margins</string> |
||
315 | </property> |
||
316 | </widget> |
||
317 | </item> |
||
318 | <item> |
||
319 | <widget class="QCheckBox" name="generateThumbnailsCheckBox"> |
||
320 | <property name="text"> |
||
321 | <string>Generate Thumbnails</string> |
||
322 | </property> |
||
323 | </widget> |
||
324 | </item> |
||
325 | <item> |
||
326 | <widget class="QCheckBox" name="saveLinkedTextFramesAsArticlesCheckBox"> |
||
327 | <property name="text"> |
||
328 | <string>Save Linked Text Frames as PDF Articles</string> |
||
329 | </property> |
||
330 | </widget> |
||
331 | </item> |
||
332 | <item> |
||
333 | <widget class="QCheckBox" name="includeLayersCheckBox"> |
||
334 | <property name="text"> |
||
335 | <string>Include Layers</string> |
||
336 | </property> |
||
337 | </widget> |
||
338 | </item> |
||
339 | <item> |
||
340 | <widget class="QCheckBox" name="includeBookmarksCheckBox"> |
||
341 | <property name="text"> |
||
342 | <string>Include Bookmarks</string> |
||
343 | </property> |
||
344 | </widget> |
||
345 | </item> |
||
346 | <item> |
||
347 | <widget class="QCheckBox" name="embedPDFAndEPSFiles"> |
||
348 | <property name="text"> |
||
349 | <string>Embed PDF && EPS Files (Experimental)</string> |
||
350 | </property> |
||
351 | </widget> |
||
352 | </item> |
||
353 | </layout> |
||
354 | </item> |
||
355 | <item> |
||
356 | <spacer name="verticalSpacer_3"> |
||
357 | <property name="orientation"> |
||
358 | <enum>Qt::Vertical</enum> |
||
359 | </property> |
||
360 | <property name="sizeType"> |
||
361 | <enum>QSizePolicy::Fixed</enum> |
||
362 | </property> |
||
363 | <property name="sizeHint" stdset="0"> |
||
364 | <size> |
||
365 | <width>20</width> |
||
366 | <height>20</height> |
||
367 | </size> |
||
368 | </property> |
||
369 | </spacer> |
||
370 | </item> |
||
371 | <item> |
||
372 | <widget class="QLabel" name="label_5"> |
||
373 | <property name="font"> |
||
374 | <font> |
||
375 | <weight>75</weight> |
||
376 | <bold>true</bold> |
||
377 | </font> |
||
378 | </property> |
||
379 | <property name="text"> |
||
380 | <string>Compression</string> |
||
381 | </property> |
||
382 | </widget> |
||
383 | </item> |
||
384 | <item> |
||
385 | <widget class="Line" name="line_4"> |
||
386 | <property name="orientation"> |
||
387 | <enum>Qt::Horizontal</enum> |
||
388 | </property> |
||
389 | </widget> |
||
390 | </item> |
||
391 | <item> |
||
392 | <widget class="QCheckBox" name="compressTextAndVectorGraphicsCheckBox"> |
||
393 | <property name="text"> |
||
394 | <string>Compress Text and Vector Graphics</string> |
||
395 | </property> |
||
396 | </widget> |
||
397 | </item> |
||
398 | <item> |
||
399 | <layout class="QFormLayout" name="formLayout"> |
||
400 | <property name="formAlignment"> |
||
14729 | cbradney | 401 | <set>Qt::AlignHCenter|Qt::AlignTop</set> |
14449 | cbradney | 402 | </property> |
403 | <item row="0" column="0"> |
||
404 | <widget class="QLabel" name="label_6"> |
||
405 | <property name="text"> |
||
406 | <string>Image Compression Method:</string> |
||
407 | </property> |
||
408 | </widget> |
||
409 | </item> |
||
410 | <item row="0" column="1"> |
||
411 | <widget class="QComboBox" name="imageCompressionMethodComboBox"/> |
||
412 | </item> |
||
413 | <item row="1" column="0"> |
||
414 | <widget class="QLabel" name="label_7"> |
||
415 | <property name="text"> |
||
416 | <string>Image Compression Quality:</string> |
||
417 | </property> |
||
418 | </widget> |
||
419 | </item> |
||
420 | <item row="1" column="1"> |
||
421 | <widget class="QComboBox" name="imageCompressionQualityComboBox"/> |
||
422 | </item> |
||
423 | </layout> |
||
424 | </item> |
||
425 | <item> |
||
426 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
||
427 | <item> |
||
428 | <widget class="QCheckBox" name="maxResolutionLimitCheckBox"> |
||
429 | <property name="text"> |
||
430 | <string>Limit Maximum Image Resolution to:</string> |
||
431 | </property> |
||
432 | </widget> |
||
433 | </item> |
||
434 | <item> |
||
435 | <widget class="QSpinBox" name="maxExportResolutionSpinBox"> |
||
436 | <property name="suffix"> |
||
437 | <string> dpi</string> |
||
438 | </property> |
||
14451 | cbradney | 439 | <property name="minimum"> |
440 | <number>35</number> |
||
441 | </property> |
||
14449 | cbradney | 442 | <property name="maximum"> |
14451 | cbradney | 443 | <number>4000</number> |
14449 | cbradney | 444 | </property> |
445 | </widget> |
||
446 | </item> |
||
447 | <item> |
||
448 | <spacer name="horizontalSpacer_6"> |
||
449 | <property name="orientation"> |
||
450 | <enum>Qt::Horizontal</enum> |
||
451 | </property> |
||
452 | <property name="sizeHint" stdset="0"> |
||
453 | <size> |
||
454 | <width>40</width> |
||
455 | <height>20</height> |
||
456 | </size> |
||
457 | </property> |
||
458 | </spacer> |
||
459 | </item> |
||
460 | </layout> |
||
461 | </item> |
||
462 | <item> |
||
463 | <spacer name="verticalSpacer"> |
||
464 | <property name="orientation"> |
||
465 | <enum>Qt::Vertical</enum> |
||
466 | </property> |
||
467 | <property name="sizeHint" stdset="0"> |
||
468 | <size> |
||
469 | <width>20</width> |
||
14762 | cbradney | 470 | <height>20</height> |
14449 | cbradney | 471 | </size> |
472 | </property> |
||
473 | </spacer> |
||
474 | </item> |
||
475 | </layout> |
||
476 | </widget> |
||
14736 | cbradney | 477 | <widget class="QWidget" name="tabSecurity"> |
13761 | cbradney | 478 | <attribute name="title"> |
479 | <string>Security</string> |
||
480 | </attribute> |
||
481 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
14449 | cbradney | 482 | <property name="leftMargin"> |
483 | <number>10</number> |
||
484 | </property> |
||
485 | <property name="topMargin"> |
||
486 | <number>6</number> |
||
487 | </property> |
||
488 | <property name="rightMargin"> |
||
489 | <number>10</number> |
||
490 | </property> |
||
491 | <property name="bottomMargin"> |
||
492 | <number>10</number> |
||
493 | </property> |
||
13761 | cbradney | 494 | <item> |
14449 | cbradney | 495 | <widget class="QCheckBox" name="useEncryptionCheckBox"> |
13761 | cbradney | 496 | <property name="text"> |
497 | <string>Use Encryption</string> |
||
498 | </property> |
||
499 | </widget> |
||
500 | </item> |
||
501 | <item> |
||
502 | <spacer name="verticalSpacer_5"> |
||
503 | <property name="orientation"> |
||
504 | <enum>Qt::Vertical</enum> |
||
505 | </property> |
||
506 | <property name="sizeType"> |
||
507 | <enum>QSizePolicy::Fixed</enum> |
||
508 | </property> |
||
509 | <property name="sizeHint" stdset="0"> |
||
510 | <size> |
||
511 | <width>20</width> |
||
512 | <height>20</height> |
||
513 | </size> |
||
514 | </property> |
||
515 | </spacer> |
||
516 | </item> |
||
517 | <item> |
||
518 | <widget class="QLabel" name="label_11"> |
||
519 | <property name="font"> |
||
520 | <font> |
||
521 | <weight>75</weight> |
||
522 | <bold>true</bold> |
||
523 | </font> |
||
524 | </property> |
||
525 | <property name="text"> |
||
526 | <string>Passwords</string> |
||
527 | </property> |
||
528 | </widget> |
||
529 | </item> |
||
530 | <item> |
||
531 | <widget class="Line" name="line_5"> |
||
532 | <property name="orientation"> |
||
533 | <enum>Qt::Horizontal</enum> |
||
534 | </property> |
||
535 | </widget> |
||
536 | </item> |
||
537 | <item> |
||
538 | <layout class="QFormLayout" name="formLayout_3"> |
||
539 | <property name="formAlignment"> |
||
14729 | cbradney | 540 | <set>Qt::AlignHCenter|Qt::AlignTop</set> |
13761 | cbradney | 541 | </property> |
542 | <item row="0" column="0"> |
||
543 | <widget class="QLabel" name="label_13"> |
||
544 | <property name="text"> |
||
545 | <string>Owner:</string> |
||
546 | </property> |
||
547 | </widget> |
||
548 | </item> |
||
549 | <item row="0" column="1"> |
||
14451 | cbradney | 550 | <widget class="QLineEdit" name="passwordOwnerLineEdit"> |
551 | <property name="echoMode"> |
||
552 | <enum>QLineEdit::Password</enum> |
||
553 | </property> |
||
554 | </widget> |
||
13761 | cbradney | 555 | </item> |
556 | <item row="1" column="0"> |
||
557 | <widget class="QLabel" name="label_14"> |
||
558 | <property name="text"> |
||
559 | <string>User:</string> |
||
560 | </property> |
||
561 | </widget> |
||
562 | </item> |
||
563 | <item row="1" column="1"> |
||
14451 | cbradney | 564 | <widget class="QLineEdit" name="passwordUserLineEdit"> |
565 | <property name="echoMode"> |
||
566 | <enum>QLineEdit::Password</enum> |
||
567 | </property> |
||
568 | </widget> |
||
13761 | cbradney | 569 | </item> |
570 | </layout> |
||
571 | </item> |
||
572 | <item> |
||
573 | <spacer name="verticalSpacer_6"> |
||
574 | <property name="orientation"> |
||
575 | <enum>Qt::Vertical</enum> |
||
576 | </property> |
||
577 | <property name="sizeType"> |
||
578 | <enum>QSizePolicy::Fixed</enum> |
||
579 | </property> |
||
580 | <property name="sizeHint" stdset="0"> |
||
581 | <size> |
||
582 | <width>20</width> |
||
583 | <height>20</height> |
||
584 | </size> |
||
585 | </property> |
||
586 | </spacer> |
||
587 | </item> |
||
588 | <item> |
||
589 | <widget class="QLabel" name="label_12"> |
||
590 | <property name="font"> |
||
591 | <font> |
||
592 | <weight>75</weight> |
||
593 | <bold>true</bold> |
||
594 | </font> |
||
595 | </property> |
||
596 | <property name="text"> |
||
597 | <string>Settings</string> |
||
598 | </property> |
||
599 | </widget> |
||
600 | </item> |
||
601 | <item> |
||
602 | <widget class="Line" name="line_6"> |
||
603 | <property name="orientation"> |
||
604 | <enum>Qt::Horizontal</enum> |
||
605 | </property> |
||
606 | </widget> |
||
607 | </item> |
||
608 | <item> |
||
14449 | cbradney | 609 | <widget class="QCheckBox" name="allowPrintingCheckBox"> |
13761 | cbradney | 610 | <property name="text"> |
611 | <string>Allow Printing the Document</string> |
||
612 | </property> |
||
613 | </widget> |
||
614 | </item> |
||
615 | <item> |
||
14449 | cbradney | 616 | <widget class="QCheckBox" name="allowChangingCheckBox"> |
13761 | cbradney | 617 | <property name="text"> |
618 | <string>Allow Changing the Document</string> |
||
619 | </property> |
||
620 | </widget> |
||
621 | </item> |
||
622 | <item> |
||
14449 | cbradney | 623 | <widget class="QCheckBox" name="allowCopyingCheckBox"> |
13761 | cbradney | 624 | <property name="text"> |
14449 | cbradney | 625 | <string>Allow Copying Text and Graphics</string> |
13761 | cbradney | 626 | </property> |
627 | </widget> |
||
628 | </item> |
||
629 | <item> |
||
14449 | cbradney | 630 | <widget class="QCheckBox" name="allowAnnotatingCheckBox"> |
13761 | cbradney | 631 | <property name="text"> |
632 | <string>Allow Adding Annotations and Fields</string> |
||
633 | </property> |
||
634 | </widget> |
||
635 | </item> |
||
636 | <item> |
||
637 | <spacer name="verticalSpacer_4"> |
||
638 | <property name="orientation"> |
||
639 | <enum>Qt::Vertical</enum> |
||
640 | </property> |
||
641 | <property name="sizeHint" stdset="0"> |
||
642 | <size> |
||
643 | <width>20</width> |
||
14762 | cbradney | 644 | <height>20</height> |
13761 | cbradney | 645 | </size> |
646 | </property> |
||
647 | </spacer> |
||
648 | </item> |
||
649 | </layout> |
||
650 | </widget> |
||
14736 | cbradney | 651 | <widget class="QWidget" name="tabColor"> |
13761 | cbradney | 652 | <attribute name="title"> |
653 | <string>Color</string> |
||
654 | </attribute> |
||
655 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
||
14736 | cbradney | 656 | <property name="leftMargin"> |
657 | <number>10</number> |
||
658 | </property> |
||
659 | <property name="topMargin"> |
||
660 | <number>6</number> |
||
661 | </property> |
||
662 | <property name="rightMargin"> |
||
663 | <number>10</number> |
||
664 | </property> |
||
665 | <property name="bottomMargin"> |
||
666 | <number>10</number> |
||
667 | </property> |
||
13761 | cbradney | 668 | <item> |
14736 | cbradney | 669 | <widget class="QScrollArea" name="scrollArea"> |
670 | <property name="widgetResizable"> |
||
671 | <bool>true</bool> |
||
13761 | cbradney | 672 | </property> |
14736 | cbradney | 673 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
674 | <property name="geometry"> |
||
675 | <rect> |
||
676 | <x>0</x> |
||
15065 | cbradney | 677 | <y>0</y> |
15080 | cbradney | 678 | <width>278</width> |
15065 | cbradney | 679 | <height>638</height> |
14736 | cbradney | 680 | </rect> |
681 | </property> |
||
682 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
||
683 | <item> |
||
684 | <layout class="QFormLayout" name="formLayout_4"> |
||
685 | <property name="formAlignment"> |
||
686 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
||
687 | </property> |
||
688 | <item row="0" column="0"> |
||
689 | <widget class="QLabel" name="label_15"> |
||
690 | <property name="text"> |
||
691 | <string>Output Intended For:</string> |
||
692 | </property> |
||
693 | </widget> |
||
694 | </item> |
||
695 | <item row="0" column="1"> |
||
696 | <widget class="QComboBox" name="outputIntentionComboBox"/> |
||
697 | </item> |
||
698 | </layout> |
||
699 | </item> |
||
700 | <item> |
||
701 | <widget class="QCheckBox" name="convertSpotsToProcessCheckBox"> |
||
702 | <property name="text"> |
||
703 | <string>Convert Spot Colors to Process Colors</string> |
||
704 | </property> |
||
705 | </widget> |
||
706 | </item> |
||
707 | <item> |
||
708 | <spacer name="verticalSpacer_9"> |
||
709 | <property name="orientation"> |
||
710 | <enum>Qt::Vertical</enum> |
||
711 | </property> |
||
712 | <property name="sizeType"> |
||
713 | <enum>QSizePolicy::Fixed</enum> |
||
714 | </property> |
||
715 | <property name="sizeHint" stdset="0"> |
||
716 | <size> |
||
717 | <width>20</width> |
||
718 | <height>20</height> |
||
719 | </size> |
||
720 | </property> |
||
721 | </spacer> |
||
722 | </item> |
||
723 | <item> |
||
14737 | cbradney | 724 | <widget class="QLabel" name="solidColorsLabel"> |
14736 | cbradney | 725 | <property name="font"> |
726 | <font> |
||
727 | <weight>75</weight> |
||
728 | <bold>true</bold> |
||
729 | </font> |
||
730 | </property> |
||
731 | <property name="text"> |
||
732 | <string>Solid Colors</string> |
||
733 | </property> |
||
734 | </widget> |
||
735 | </item> |
||
736 | <item> |
||
14737 | cbradney | 737 | <widget class="Line" name="solidColorsLine"> |
14736 | cbradney | 738 | <property name="font"> |
739 | <font> |
||
740 | <pointsize>14</pointsize> |
||
741 | <weight>75</weight> |
||
742 | <bold>true</bold> |
||
743 | </font> |
||
744 | </property> |
||
745 | <property name="orientation"> |
||
746 | <enum>Qt::Horizontal</enum> |
||
747 | </property> |
||
748 | </widget> |
||
749 | </item> |
||
750 | <item> |
||
751 | <widget class="QCheckBox" name="useSolidColorProfileCheckBox"> |
||
752 | <property name="text"> |
||
753 | <string>Use Color Profile</string> |
||
754 | </property> |
||
755 | </widget> |
||
756 | </item> |
||
757 | <item> |
||
758 | <layout class="QFormLayout" name="formLayout_8"> |
||
759 | <item row="0" column="0"> |
||
760 | <widget class="QLabel" name="label_28"> |
||
761 | <property name="text"> |
||
762 | <string>Profile:</string> |
||
763 | </property> |
||
764 | </widget> |
||
765 | </item> |
||
766 | <item row="0" column="1"> |
||
767 | <widget class="QComboBox" name="solidColorProfileComboBox"/> |
||
768 | </item> |
||
769 | <item row="1" column="0"> |
||
770 | <widget class="QLabel" name="label_27"> |
||
771 | <property name="text"> |
||
772 | <string>Rendering Intent:</string> |
||
773 | </property> |
||
774 | </widget> |
||
775 | </item> |
||
776 | <item row="1" column="1"> |
||
777 | <widget class="QComboBox" name="solidColorRenderingIntentComboBox"/> |
||
778 | </item> |
||
779 | </layout> |
||
780 | </item> |
||
781 | <item> |
||
782 | <spacer name="verticalSpacer_12"> |
||
783 | <property name="orientation"> |
||
784 | <enum>Qt::Vertical</enum> |
||
785 | </property> |
||
786 | <property name="sizeType"> |
||
787 | <enum>QSizePolicy::Fixed</enum> |
||
788 | </property> |
||
789 | <property name="sizeHint" stdset="0"> |
||
790 | <size> |
||
791 | <width>20</width> |
||
792 | <height>20</height> |
||
793 | </size> |
||
794 | </property> |
||
795 | </spacer> |
||
796 | </item> |
||
797 | <item> |
||
14737 | cbradney | 798 | <widget class="QLabel" name="imagesLabel"> |
14736 | cbradney | 799 | <property name="font"> |
800 | <font> |
||
801 | <weight>75</weight> |
||
802 | <bold>true</bold> |
||
803 | </font> |
||
804 | </property> |
||
805 | <property name="text"> |
||
806 | <string>Images</string> |
||
807 | </property> |
||
808 | </widget> |
||
809 | </item> |
||
810 | <item> |
||
14737 | cbradney | 811 | <widget class="Line" name="imagesLine"> |
14736 | cbradney | 812 | <property name="orientation"> |
813 | <enum>Qt::Horizontal</enum> |
||
814 | </property> |
||
815 | </widget> |
||
816 | </item> |
||
817 | <item> |
||
818 | <widget class="QCheckBox" name="useImageProfileCheckBox"> |
||
819 | <property name="text"> |
||
820 | <string>Use Color Profile</string> |
||
821 | </property> |
||
822 | </widget> |
||
823 | </item> |
||
824 | <item> |
||
825 | <widget class="QCheckBox" name="doNotUseEmbeddedImageProfileCheckBox"> |
||
826 | <property name="text"> |
||
827 | <string>Do not use Embedded Color Profiles</string> |
||
828 | </property> |
||
829 | </widget> |
||
830 | </item> |
||
831 | <item> |
||
832 | <layout class="QFormLayout" name="formLayout_6"> |
||
833 | <item row="0" column="0"> |
||
834 | <widget class="QLabel" name="label_22"> |
||
835 | <property name="text"> |
||
836 | <string>Profile:</string> |
||
837 | </property> |
||
838 | </widget> |
||
839 | </item> |
||
840 | <item row="0" column="1"> |
||
841 | <widget class="QComboBox" name="imageProfileComboBox"/> |
||
842 | </item> |
||
843 | <item row="1" column="0"> |
||
844 | <widget class="QLabel" name="label_26"> |
||
845 | <property name="text"> |
||
846 | <string>Rendering Intent:</string> |
||
847 | </property> |
||
848 | </widget> |
||
849 | </item> |
||
850 | <item row="1" column="1"> |
||
851 | <widget class="QComboBox" name="imageRenderingIntentComboBox"/> |
||
852 | </item> |
||
853 | </layout> |
||
854 | </item> |
||
855 | <item> |
||
856 | <spacer name="verticalSpacer_13"> |
||
857 | <property name="orientation"> |
||
858 | <enum>Qt::Vertical</enum> |
||
859 | </property> |
||
860 | <property name="sizeType"> |
||
861 | <enum>QSizePolicy::Minimum</enum> |
||
862 | </property> |
||
863 | <property name="sizeHint" stdset="0"> |
||
864 | <size> |
||
865 | <width>20</width> |
||
866 | <height>20</height> |
||
867 | </size> |
||
868 | </property> |
||
869 | </spacer> |
||
870 | </item> |
||
871 | <item> |
||
872 | <widget class="QLabel" name="label_29"> |
||
873 | <property name="font"> |
||
874 | <font> |
||
875 | <weight>75</weight> |
||
876 | <bold>true</bold> |
||
877 | </font> |
||
878 | </property> |
||
879 | <property name="text"> |
||
880 | <string>Custom Rendering</string> |
||
881 | </property> |
||
882 | </widget> |
||
883 | </item> |
||
884 | <item> |
||
14737 | cbradney | 885 | <widget class="Line" name="customRenderingLine"> |
14736 | cbradney | 886 | <property name="orientation"> |
887 | <enum>Qt::Horizontal</enum> |
||
888 | </property> |
||
889 | </widget> |
||
890 | </item> |
||
891 | <item> |
||
892 | <widget class="QCheckBox" name="useCustomRenderingCheckBox"> |
||
893 | <property name="text"> |
||
894 | <string>Use Custom Rendering</string> |
||
895 | </property> |
||
896 | </widget> |
||
897 | </item> |
||
898 | <item> |
||
899 | <layout class="QFormLayout" name="formLayout_9"> |
||
900 | <property name="fieldGrowthPolicy"> |
||
901 | <enum>QFormLayout::FieldsStayAtSizeHint</enum> |
||
902 | </property> |
||
903 | <item row="0" column="0"> |
||
904 | <widget class="QLabel" name="label_30"> |
||
905 | <property name="text"> |
||
906 | <string>Color:</string> |
||
907 | </property> |
||
908 | </widget> |
||
909 | </item> |
||
910 | <item row="0" column="1"> |
||
911 | <widget class="QComboBox" name="customRenderingColorComboBox"/> |
||
912 | </item> |
||
913 | <item row="1" column="0"> |
||
914 | <widget class="QLabel" name="label_31"> |
||
915 | <property name="text"> |
||
916 | <string>Frequency:</string> |
||
917 | </property> |
||
918 | </widget> |
||
919 | </item> |
||
920 | <item row="1" column="1"> |
||
921 | <widget class="QSpinBox" name="customRenderingFrequencySpinBox"> |
||
922 | <property name="minimum"> |
||
923 | <number>10</number> |
||
924 | </property> |
||
925 | <property name="maximum"> |
||
926 | <number>1000</number> |
||
927 | </property> |
||
928 | </widget> |
||
929 | </item> |
||
930 | <item row="2" column="0"> |
||
931 | <widget class="QLabel" name="label_32"> |
||
932 | <property name="text"> |
||
933 | <string>Angle:</string> |
||
934 | </property> |
||
935 | </widget> |
||
936 | </item> |
||
937 | <item row="2" column="1"> |
||
938 | <widget class="QSpinBox" name="customRenderingAngleSpinBox"> |
||
939 | <property name="suffix"> |
||
940 | <string> °</string> |
||
941 | </property> |
||
942 | <property name="minimum"> |
||
943 | <number>-180</number> |
||
944 | </property> |
||
945 | <property name="maximum"> |
||
946 | <number>180</number> |
||
947 | </property> |
||
948 | </widget> |
||
949 | </item> |
||
950 | <item row="3" column="0"> |
||
951 | <widget class="QLabel" name="label_33"> |
||
952 | <property name="text"> |
||
953 | <string>Spot Function:</string> |
||
954 | </property> |
||
955 | </widget> |
||
956 | </item> |
||
957 | <item row="3" column="1"> |
||
958 | <widget class="QComboBox" name="customRenderingSpotFunctionComboBox"/> |
||
959 | </item> |
||
960 | </layout> |
||
961 | </item> |
||
962 | <item> |
||
963 | <spacer name="verticalSpacer_7"> |
||
964 | <property name="orientation"> |
||
965 | <enum>Qt::Vertical</enum> |
||
966 | </property> |
||
967 | <property name="sizeHint" stdset="0"> |
||
968 | <size> |
||
969 | <width>20</width> |
||
970 | <height>40</height> |
||
971 | </size> |
||
972 | </property> |
||
973 | </spacer> |
||
974 | </item> |
||
975 | </layout> |
||
976 | </widget> |
||
13761 | cbradney | 977 | </widget> |
978 | </item> |
||
979 | </layout> |
||
980 | </widget> |
||
14736 | cbradney | 981 | <widget class="QWidget" name="tabPrePress"> |
13761 | cbradney | 982 | <attribute name="title"> |
983 | <string>Pre-Press</string> |
||
984 | </attribute> |
||
985 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
||
14449 | cbradney | 986 | <property name="leftMargin"> |
987 | <number>10</number> |
||
988 | </property> |
||
989 | <property name="topMargin"> |
||
990 | <number>6</number> |
||
991 | </property> |
||
992 | <property name="rightMargin"> |
||
993 | <number>10</number> |
||
994 | </property> |
||
995 | <property name="bottomMargin"> |
||
996 | <number>10</number> |
||
997 | </property> |
||
13761 | cbradney | 998 | <item> |
999 | <widget class="QLabel" name="label_16"> |
||
1000 | <property name="font"> |
||
1001 | <font> |
||
1002 | <weight>75</weight> |
||
1003 | <bold>true</bold> |
||
1004 | </font> |
||
1005 | </property> |
||
1006 | <property name="text"> |
||
1007 | <string>Printer Marks</string> |
||
1008 | </property> |
||
1009 | </widget> |
||
1010 | </item> |
||
1011 | <item> |
||
14449 | cbradney | 1012 | <widget class="Line" name="line_7"> |
1013 | <property name="orientation"> |
||
1014 | <enum>Qt::Horizontal</enum> |
||
1015 | </property> |
||
1016 | </widget> |
||
1017 | </item> |
||
1018 | <item> |
||
13761 | cbradney | 1019 | <layout class="QFormLayout" name="formLayout_7"> |
1020 | <item row="3" column="0" colspan="2"> |
||
14449 | cbradney | 1021 | <widget class="QCheckBox" name="printPageInfoCheckBox"> |
13761 | cbradney | 1022 | <property name="text"> |
1023 | <string>Page Information</string> |
||
1024 | </property> |
||
1025 | </widget> |
||
1026 | </item> |
||
1027 | <item row="4" column="0" colspan="2"> |
||
14449 | cbradney | 1028 | <widget class="QCheckBox" name="printRegistrationMarksCheckBox"> |
13761 | cbradney | 1029 | <property name="text"> |
1030 | <string>Registration Marks</string> |
||
1031 | </property> |
||
1032 | </widget> |
||
1033 | </item> |
||
1034 | <item row="5" column="1"> |
||
14449 | cbradney | 1035 | <widget class="ScrSpinBox" name="registrationMarkOffsetSpinBox"/> |
13761 | cbradney | 1036 | </item> |
1037 | <item row="5" column="0"> |
||
1038 | <widget class="QLabel" name="label_17"> |
||
1039 | <property name="text"> |
||
14449 | cbradney | 1040 | <string>Registration Mark Offset:</string> |
13761 | cbradney | 1041 | </property> |
1042 | </widget> |
||
1043 | </item> |
||
1044 | <item row="0" column="0" colspan="2"> |
||
14449 | cbradney | 1045 | <widget class="QCheckBox" name="printCropMarksCheckBox"> |
13761 | cbradney | 1046 | <property name="text"> |
1047 | <string>Crop Marks</string> |
||
1048 | </property> |
||
1049 | </widget> |
||
1050 | </item> |
||
1051 | <item row="1" column="0" colspan="2"> |
||
14449 | cbradney | 1052 | <widget class="QCheckBox" name="printBleedMarksCheckBox"> |
13761 | cbradney | 1053 | <property name="text"> |
1054 | <string>Bleed Marks</string> |
||
1055 | </property> |
||
1056 | </widget> |
||
1057 | </item> |
||
1058 | <item row="2" column="0" colspan="2"> |
||
14449 | cbradney | 1059 | <widget class="QCheckBox" name="printColorBarsCheckBox"> |
13761 | cbradney | 1060 | <property name="text"> |
1061 | <string>Color Bars</string> |
||
1062 | </property> |
||
1063 | </widget> |
||
1064 | </item> |
||
1065 | </layout> |
||
1066 | </item> |
||
1067 | <item> |
||
1068 | <spacer name="verticalSpacer_10"> |
||
1069 | <property name="orientation"> |
||
1070 | <enum>Qt::Vertical</enum> |
||
1071 | </property> |
||
1072 | <property name="sizeType"> |
||
1073 | <enum>QSizePolicy::Fixed</enum> |
||
1074 | </property> |
||
1075 | <property name="sizeHint" stdset="0"> |
||
1076 | <size> |
||
1077 | <width>20</width> |
||
1078 | <height>20</height> |
||
1079 | </size> |
||
1080 | </property> |
||
1081 | </spacer> |
||
1082 | </item> |
||
1083 | <item> |
||
1084 | <widget class="QLabel" name="label_18"> |
||
1085 | <property name="font"> |
||
1086 | <font> |
||
1087 | <weight>75</weight> |
||
1088 | <bold>true</bold> |
||
1089 | </font> |
||
1090 | </property> |
||
1091 | <property name="text"> |
||
1092 | <string>Bleed Settings</string> |
||
1093 | </property> |
||
1094 | </widget> |
||
1095 | </item> |
||
1096 | <item> |
||
14449 | cbradney | 1097 | <widget class="Line" name="line_8"> |
1098 | <property name="orientation"> |
||
1099 | <enum>Qt::Horizontal</enum> |
||
13761 | cbradney | 1100 | </property> |
14449 | cbradney | 1101 | </widget> |
1102 | </item> |
||
1103 | <item> |
||
1104 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
||
1105 | <item> |
||
1106 | <widget class="NewMarginWidget" name="bleedsWidget" native="true"/> |
||
13761 | cbradney | 1107 | </item> |
14449 | cbradney | 1108 | <item> |
1109 | <spacer name="horizontalSpacer_4"> |
||
1110 | <property name="orientation"> |
||
1111 | <enum>Qt::Horizontal</enum> |
||
13761 | cbradney | 1112 | </property> |
14449 | cbradney | 1113 | <property name="sizeHint" stdset="0"> |
1114 | <size> |
||
1115 | <width>40</width> |
||
1116 | <height>20</height> |
||
1117 | </size> |
||
13761 | cbradney | 1118 | </property> |
14449 | cbradney | 1119 | </spacer> |
13761 | cbradney | 1120 | </item> |
1121 | </layout> |
||
1122 | </item> |
||
1123 | <item> |
||
15065 | cbradney | 1124 | <widget class="QCheckBox" name="useDocumentBleedsCheckBox"> |
1125 | <property name="text"> |
||
1126 | <string>Use Document Bleeds</string> |
||
1127 | </property> |
||
1128 | </widget> |
||
1129 | </item> |
||
1130 | <item> |
||
14451 | cbradney | 1131 | <spacer name="bleedSettingsVerticalSpacer"> |
13761 | cbradney | 1132 | <property name="orientation"> |
1133 | <enum>Qt::Vertical</enum> |
||
1134 | </property> |
||
1135 | <property name="sizeType"> |
||
1136 | <enum>QSizePolicy::Fixed</enum> |
||
1137 | </property> |
||
1138 | <property name="sizeHint" stdset="0"> |
||
1139 | <size> |
||
1140 | <width>20</width> |
||
1141 | <height>20</height> |
||
1142 | </size> |
||
1143 | </property> |
||
1144 | </spacer> |
||
1145 | </item> |
||
1146 | <item> |
||
1147 | <widget class="QLabel" name="label_23"> |
||
1148 | <property name="font"> |
||
1149 | <font> |
||
1150 | <weight>75</weight> |
||
1151 | <bold>true</bold> |
||
1152 | </font> |
||
1153 | </property> |
||
1154 | <property name="text"> |
||
1155 | <string>PDF/X-3 Output Intent</string> |
||
1156 | </property> |
||
1157 | </widget> |
||
1158 | </item> |
||
1159 | <item> |
||
14449 | cbradney | 1160 | <widget class="Line" name="line_9"> |
1161 | <property name="orientation"> |
||
1162 | <enum>Qt::Horizontal</enum> |
||
1163 | </property> |
||
1164 | </widget> |
||
1165 | </item> |
||
1166 | <item> |
||
13761 | cbradney | 1167 | <layout class="QFormLayout" name="formLayout_5"> |
1168 | <property name="formAlignment"> |
||
14729 | cbradney | 1169 | <set>Qt::AlignHCenter|Qt::AlignTop</set> |
13761 | cbradney | 1170 | </property> |
1171 | <item row="0" column="0"> |
||
1172 | <widget class="QLabel" name="label_24"> |
||
1173 | <property name="text"> |
||
1174 | <string>Output Profile:</string> |
||
1175 | </property> |
||
1176 | </widget> |
||
1177 | </item> |
||
1178 | <item row="0" column="1"> |
||
14449 | cbradney | 1179 | <widget class="QComboBox" name="pdfx3OutputProfileComboBox"/> |
13761 | cbradney | 1180 | </item> |
1181 | <item row="1" column="0"> |
||
1182 | <widget class="QLabel" name="label_25"> |
||
1183 | <property name="text"> |
||
1184 | <string>Information String:</string> |
||
1185 | </property> |
||
1186 | </widget> |
||
1187 | </item> |
||
1188 | <item row="1" column="1"> |
||
14449 | cbradney | 1189 | <widget class="QLineEdit" name="pdfx3InfoStringLineEdit"/> |
13761 | cbradney | 1190 | </item> |
1191 | </layout> |
||
1192 | </item> |
||
1193 | <item> |
||
1194 | <spacer name="verticalSpacer_8"> |
||
1195 | <property name="orientation"> |
||
1196 | <enum>Qt::Vertical</enum> |
||
1197 | </property> |
||
1198 | <property name="sizeHint" stdset="0"> |
||
1199 | <size> |
||
1200 | <width>20</width> |
||
14762 | cbradney | 1201 | <height>20</height> |
13761 | cbradney | 1202 | </size> |
1203 | </property> |
||
1204 | </spacer> |
||
1205 | </item> |
||
1206 | </layout> |
||
1207 | </widget> |
||
15065 | cbradney | 1208 | <widget class="QWidget" name="tabFonts"> |
1209 | <attribute name="title"> |
||
1210 | <string>Fonts</string> |
||
1211 | </attribute> |
||
1212 | <layout class="QVBoxLayout" name="verticalLayout_12"> |
||
1213 | <item> |
||
1214 | <widget class="QLabel" name="label_20"> |
||
1215 | <property name="font"> |
||
1216 | <font> |
||
1217 | <weight>75</weight> |
||
1218 | <bold>true</bold> |
||
1219 | </font> |
||
1220 | </property> |
||
1221 | <property name="text"> |
||
1222 | <string>Export Range</string> |
||
1223 | </property> |
||
1224 | </widget> |
||
1225 | </item> |
||
1226 | <item> |
||
1227 | <widget class="Line" name="line_10"> |
||
1228 | <property name="orientation"> |
||
1229 | <enum>Qt::Horizontal</enum> |
||
1230 | </property> |
||
1231 | </widget> |
||
1232 | </item> |
||
1233 | <item> |
||
1234 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
||
1235 | <item> |
||
1236 | <layout class="QVBoxLayout" name="verticalLayout_11"> |
||
1237 | <item> |
||
1238 | <widget class="QLabel" name="availableListLabel"> |
||
1239 | <property name="text"> |
||
1240 | <string>Available Fonts</string> |
||
1241 | </property> |
||
1242 | </widget> |
||
1243 | </item> |
||
1244 | <item> |
||
1245 | <widget class="QListWidget" name="availableFontsListWidget"/> |
||
1246 | </item> |
||
1247 | </layout> |
||
1248 | </item> |
||
1249 | <item> |
||
1250 | <layout class="QVBoxLayout" name="verticalLayout_10"> |
||
1251 | <item> |
||
1252 | <widget class="QPushButton" name="embedAllButton"> |
||
1253 | <property name="text"> |
||
1254 | <string>Embed All</string> |
||
1255 | </property> |
||
1256 | </widget> |
||
1257 | </item> |
||
1258 | <item> |
||
1259 | <widget class="QPushButton" name="outlineAllButton"> |
||
1260 | <property name="text"> |
||
1261 | <string>Outline All</string> |
||
1262 | </property> |
||
1263 | </widget> |
||
1264 | </item> |
||
1265 | <item> |
||
1266 | <widget class="QPushButton" name="toEmbedButton"> |
||
1267 | <property name="text"> |
||
1268 | <string/> |
||
1269 | </property> |
||
1270 | </widget> |
||
1271 | </item> |
||
1272 | <item> |
||
1273 | <widget class="QPushButton" name="fromEmbedButton"> |
||
1274 | <property name="text"> |
||
1275 | <string/> |
||
1276 | </property> |
||
1277 | </widget> |
||
1278 | </item> |
||
1279 | <item> |
||
1280 | <spacer name="verticalSpacer_14"> |
||
1281 | <property name="orientation"> |
||
1282 | <enum>Qt::Vertical</enum> |
||
1283 | </property> |
||
1284 | <property name="sizeHint" stdset="0"> |
||
1285 | <size> |
||
1286 | <width>20</width> |
||
1287 | <height>40</height> |
||
1288 | </size> |
||
1289 | </property> |
||
1290 | </spacer> |
||
1291 | </item> |
||
1292 | </layout> |
||
1293 | </item> |
||
1294 | <item> |
||
1295 | <layout class="QVBoxLayout" name="verticalLayout_9"> |
||
1296 | <item> |
||
1297 | <widget class="QLabel" name="embedListLabel"> |
||
1298 | <property name="text"> |
||
1299 | <string>Fonts to Embed</string> |
||
1300 | </property> |
||
1301 | </widget> |
||
1302 | </item> |
||
1303 | <item> |
||
1304 | <widget class="QListWidget" name="embeddedFontsListWidget"/> |
||
1305 | </item> |
||
1306 | <item> |
||
1307 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
||
1308 | <item> |
||
1309 | <spacer name="horizontalSpacer_7"> |
||
1310 | <property name="orientation"> |
||
1311 | <enum>Qt::Horizontal</enum> |
||
1312 | </property> |
||
1313 | <property name="sizeHint" stdset="0"> |
||
1314 | <size> |
||
1315 | <width>40</width> |
||
1316 | <height>20</height> |
||
1317 | </size> |
||
1318 | </property> |
||
1319 | </spacer> |
||
1320 | </item> |
||
1321 | <item> |
||
1322 | <widget class="QPushButton" name="fromOutlineButton"> |
||
1323 | <property name="font"> |
||
1324 | <font> |
||
1325 | <stylestrategy>PreferDefault</stylestrategy> |
||
1326 | </font> |
||
1327 | </property> |
||
1328 | <property name="text"> |
||
1329 | <string/> |
||
1330 | </property> |
||
1331 | </widget> |
||
1332 | </item> |
||
1333 | <item> |
||
1334 | <widget class="QPushButton" name="toOutlineButton"> |
||
1335 | <property name="text"> |
||
1336 | <string/> |
||
1337 | </property> |
||
1338 | </widget> |
||
1339 | </item> |
||
1340 | <item> |
||
1341 | <spacer name="horizontalSpacer_8"> |
||
1342 | <property name="orientation"> |
||
1343 | <enum>Qt::Horizontal</enum> |
||
1344 | </property> |
||
1345 | <property name="sizeHint" stdset="0"> |
||
1346 | <size> |
||
1347 | <width>40</width> |
||
1348 | <height>20</height> |
||
1349 | </size> |
||
1350 | </property> |
||
1351 | </spacer> |
||
1352 | </item> |
||
1353 | </layout> |
||
1354 | </item> |
||
1355 | <item> |
||
1356 | <widget class="QLabel" name="outlineListLabel"> |
||
1357 | <property name="text"> |
||
1358 | <string>Fonts to Outline</string> |
||
1359 | </property> |
||
1360 | </widget> |
||
1361 | </item> |
||
1362 | <item> |
||
1363 | <widget class="QListWidget" name="outlinedFontsListWidget"/> |
||
1364 | </item> |
||
1365 | </layout> |
||
1366 | </item> |
||
1367 | </layout> |
||
1368 | </item> |
||
1369 | </layout> |
||
1370 | </widget> |
||
1371 | <widget class="QWidget" name="tabExtras"> |
||
1372 | <attribute name="title"> |
||
1373 | <string>Extras</string> |
||
1374 | </attribute> |
||
1375 | <layout class="QVBoxLayout" name="verticalLayout_17"> |
||
1376 | <item> |
||
1377 | <widget class="QCheckBox" name="enabledEffectsCheckBox"> |
||
1378 | <property name="text"> |
||
1379 | <string>Enable Presentation Effects</string> |
||
1380 | </property> |
||
1381 | </widget> |
||
1382 | </item> |
||
1383 | <item> |
||
1384 | <layout class="QHBoxLayout" name="horizontalLayout_10"> |
||
1385 | <item> |
||
1386 | <widget class="QListWidget" name="effectsPageListWidget"/> |
||
1387 | </item> |
||
1388 | <item> |
||
1389 | <layout class="QVBoxLayout" name="verticalLayout_16"> |
||
1390 | <item> |
||
1391 | <layout class="QFormLayout" name="formLayout_11"> |
||
1392 | <property name="fieldGrowthPolicy"> |
||
1393 | <enum>QFormLayout::FieldsStayAtSizeHint</enum> |
||
1394 | </property> |
||
1395 | <item row="0" column="0"> |
||
1396 | <widget class="QLabel" name="label_37"> |
||
1397 | <property name="text"> |
||
1398 | <string>Display Duration:</string> |
||
1399 | </property> |
||
1400 | </widget> |
||
1401 | </item> |
||
1402 | <item row="1" column="0"> |
||
1403 | <widget class="QLabel" name="label_38"> |
||
1404 | <property name="text"> |
||
1405 | <string>Effect Duration:</string> |
||
1406 | </property> |
||
1407 | </widget> |
||
1408 | </item> |
||
1409 | <item row="2" column="0"> |
||
1410 | <widget class="QLabel" name="label_39"> |
||
1411 | <property name="text"> |
||
1412 | <string>Effect Type:</string> |
||
1413 | </property> |
||
1414 | </widget> |
||
1415 | </item> |
||
1416 | <item row="2" column="1"> |
||
1417 | <widget class="QComboBox" name="effectTypeComboBox"/> |
||
1418 | </item> |
||
1419 | <item row="3" column="0"> |
||
1420 | <widget class="QLabel" name="label_40"> |
||
1421 | <property name="text"> |
||
1422 | <string>Moving Lines:</string> |
||
1423 | </property> |
||
1424 | </widget> |
||
1425 | </item> |
||
1426 | <item row="3" column="1"> |
||
1427 | <widget class="QComboBox" name="effectMovingDirectionComboBox"/> |
||
1428 | </item> |
||
1429 | <item row="4" column="0"> |
||
1430 | <widget class="QLabel" name="label_41"> |
||
1431 | <property name="text"> |
||
1432 | <string>From the:</string> |
||
1433 | </property> |
||
1434 | </widget> |
||
1435 | </item> |
||
1436 | <item row="4" column="1"> |
||
1437 | <widget class="QComboBox" name="effectInOutComboBox"/> |
||
1438 | </item> |
||
1439 | <item row="5" column="0"> |
||
1440 | <widget class="QLabel" name="label_42"> |
||
1441 | <property name="text"> |
||
1442 | <string>Direction:</string> |
||
1443 | </property> |
||
1444 | </widget> |
||
1445 | </item> |
||
1446 | <item row="5" column="1"> |
||
1447 | <widget class="QComboBox" name="effectDirectionComboBox"/> |
||
1448 | </item> |
||
1449 | <item row="0" column="1"> |
||
1450 | <widget class="QSpinBox" name="displayDurationSpinBox"> |
||
1451 | <property name="suffix"> |
||
1452 | <string> s</string> |
||
1453 | </property> |
||
1454 | <property name="maximum"> |
||
1455 | <number>3600</number> |
||
1456 | </property> |
||
1457 | </widget> |
||
1458 | </item> |
||
1459 | <item row="1" column="1"> |
||
1460 | <widget class="QSpinBox" name="effectDurationSpinBox"> |
||
1461 | <property name="suffix"> |
||
1462 | <string> s</string> |
||
1463 | </property> |
||
1464 | <property name="minimum"> |
||
1465 | <number>1</number> |
||
1466 | </property> |
||
1467 | <property name="maximum"> |
||
1468 | <number>3600</number> |
||
1469 | </property> |
||
1470 | </widget> |
||
1471 | </item> |
||
1472 | </layout> |
||
1473 | </item> |
||
1474 | <item> |
||
1475 | <widget class="QPushButton" name="applyEffectToAllPagesPushButton"> |
||
1476 | <property name="text"> |
||
1477 | <string>Apply Effect to All Pages</string> |
||
1478 | </property> |
||
1479 | </widget> |
||
1480 | </item> |
||
1481 | <item> |
||
1482 | <spacer name="verticalSpacer_19"> |
||
1483 | <property name="orientation"> |
||
1484 | <enum>Qt::Vertical</enum> |
||
1485 | </property> |
||
1486 | <property name="sizeHint" stdset="0"> |
||
1487 | <size> |
||
1488 | <width>20</width> |
||
1489 | <height>0</height> |
||
1490 | </size> |
||
1491 | </property> |
||
1492 | </spacer> |
||
1493 | </item> |
||
1494 | </layout> |
||
1495 | </item> |
||
1496 | </layout> |
||
1497 | </item> |
||
1498 | <item> |
||
1499 | <widget class="QCheckBox" name="showPagePreviewsCheckBox"> |
||
1500 | <property name="text"> |
||
1501 | <string>Show Page Previews</string> |
||
1502 | </property> |
||
1503 | </widget> |
||
1504 | </item> |
||
1505 | </layout> |
||
1506 | </widget> |
||
1507 | <widget class="QWidget" name="tabViewer"> |
||
1508 | <attribute name="title"> |
||
1509 | <string>Viewer</string> |
||
1510 | </attribute> |
||
1511 | <layout class="QVBoxLayout" name="verticalLayout_15"> |
||
1512 | <item> |
||
1513 | <widget class="QLabel" name="label_21"> |
||
1514 | <property name="font"> |
||
1515 | <font> |
||
1516 | <weight>75</weight> |
||
1517 | <bold>true</bold> |
||
1518 | </font> |
||
1519 | </property> |
||
1520 | <property name="text"> |
||
1521 | <string>Document Layout</string> |
||
1522 | </property> |
||
1523 | </widget> |
||
1524 | </item> |
||
1525 | <item> |
||
1526 | <widget class="Line" name="line_11"> |
||
1527 | <property name="orientation"> |
||
1528 | <enum>Qt::Horizontal</enum> |
||
1529 | </property> |
||
1530 | </widget> |
||
1531 | </item> |
||
1532 | <item> |
||
1533 | <widget class="QRadioButton" name="singlePageRadioButton"> |
||
1534 | <property name="text"> |
||
1535 | <string>Single Page</string> |
||
1536 | </property> |
||
1537 | </widget> |
||
1538 | </item> |
||
1539 | <item> |
||
1540 | <widget class="QRadioButton" name="continuousPagesRadioButton"> |
||
1541 | <property name="text"> |
||
1542 | <string>Continuous</string> |
||
1543 | </property> |
||
1544 | </widget> |
||
1545 | </item> |
||
1546 | <item> |
||
1547 | <widget class="QRadioButton" name="doublePageLeftRadioButton"> |
||
1548 | <property name="text"> |
||
1549 | <string>Double Page Left</string> |
||
1550 | </property> |
||
1551 | </widget> |
||
1552 | </item> |
||
1553 | <item> |
||
1554 | <widget class="QRadioButton" name="doublePageRightRadioButton"> |
||
1555 | <property name="text"> |
||
1556 | <string>Double Page Right</string> |
||
1557 | </property> |
||
1558 | </widget> |
||
1559 | </item> |
||
1560 | <item> |
||
1561 | <spacer name="verticalSpacer_15"> |
||
1562 | <property name="orientation"> |
||
1563 | <enum>Qt::Vertical</enum> |
||
1564 | </property> |
||
1565 | <property name="sizeType"> |
||
1566 | <enum>QSizePolicy::Fixed</enum> |
||
1567 | </property> |
||
1568 | <property name="sizeHint" stdset="0"> |
||
1569 | <size> |
||
1570 | <width>20</width> |
||
1571 | <height>20</height> |
||
1572 | </size> |
||
1573 | </property> |
||
1574 | </spacer> |
||
1575 | </item> |
||
1576 | <item> |
||
1577 | <widget class="QLabel" name="label_34"> |
||
1578 | <property name="font"> |
||
1579 | <font> |
||
1580 | <weight>75</weight> |
||
1581 | <bold>true</bold> |
||
1582 | </font> |
||
1583 | </property> |
||
1584 | <property name="text"> |
||
1585 | <string>Visual Appearance</string> |
||
1586 | </property> |
||
1587 | </widget> |
||
1588 | </item> |
||
1589 | <item> |
||
1590 | <widget class="Line" name="line_12"> |
||
1591 | <property name="orientation"> |
||
1592 | <enum>Qt::Horizontal</enum> |
||
1593 | </property> |
||
1594 | </widget> |
||
1595 | </item> |
||
1596 | <item> |
||
1597 | <layout class="QHBoxLayout" name="horizontalLayout_9"> |
||
1598 | <item> |
||
1599 | <layout class="QVBoxLayout" name="verticalLayout_14"> |
||
1600 | <item> |
||
1601 | <widget class="QRadioButton" name="useViewerDefaultsRadioButton"> |
||
1602 | <property name="text"> |
||
1603 | <string>Use Viewer's Default</string> |
||
1604 | </property> |
||
1605 | </widget> |
||
1606 | </item> |
||
1607 | <item> |
||
1608 | <widget class="QRadioButton" name="useFullScreenRadioButton"> |
||
1609 | <property name="text"> |
||
1610 | <string>Use Full Screen Mode</string> |
||
1611 | </property> |
||
1612 | </widget> |
||
1613 | </item> |
||
1614 | <item> |
||
1615 | <widget class="QRadioButton" name="useBookmarksRadioButton"> |
||
1616 | <property name="text"> |
||
1617 | <string>Display Bookmarks Tab</string> |
||
1618 | </property> |
||
1619 | </widget> |
||
1620 | </item> |
||
1621 | <item> |
||
1622 | <widget class="QRadioButton" name="useThumbnailsRadioButton"> |
||
1623 | <property name="text"> |
||
1624 | <string>Display Thumbnails</string> |
||
1625 | </property> |
||
1626 | </widget> |
||
1627 | </item> |
||
1628 | <item> |
||
1629 | <widget class="QRadioButton" name="useLayersRadioButton"> |
||
1630 | <property name="text"> |
||
1631 | <string>Display Layers Tab</string> |
||
1632 | </property> |
||
1633 | </widget> |
||
1634 | </item> |
||
1635 | </layout> |
||
1636 | </item> |
||
1637 | <item> |
||
1638 | <layout class="QVBoxLayout" name="verticalLayout_13"> |
||
1639 | <item> |
||
1640 | <widget class="QCheckBox" name="hideViewerMenuBarCheckBox"> |
||
1641 | <property name="text"> |
||
1642 | <string>Hide Viewer's Menu Bar</string> |
||
1643 | </property> |
||
1644 | </widget> |
||
1645 | </item> |
||
1646 | <item> |
||
1647 | <widget class="QCheckBox" name="hideViewerToolBarCheckBox"> |
||
1648 | <property name="text"> |
||
1649 | <string>Hide Viewer's Tool Bar</string> |
||
1650 | </property> |
||
1651 | </widget> |
||
1652 | </item> |
||
1653 | <item> |
||
1654 | <widget class="QCheckBox" name="fitViewerWindowCheckBox"> |
||
1655 | <property name="text"> |
||
1656 | <string>Zoom Pages to fit Viewer Window</string> |
||
1657 | </property> |
||
1658 | </widget> |
||
1659 | </item> |
||
1660 | <item> |
||
1661 | <spacer name="verticalSpacer_18"> |
||
1662 | <property name="orientation"> |
||
1663 | <enum>Qt::Vertical</enum> |
||
1664 | </property> |
||
1665 | <property name="sizeHint" stdset="0"> |
||
1666 | <size> |
||
1667 | <width>0</width> |
||
1668 | <height>0</height> |
||
1669 | </size> |
||
1670 | </property> |
||
1671 | </spacer> |
||
1672 | </item> |
||
1673 | </layout> |
||
1674 | </item> |
||
1675 | </layout> |
||
1676 | </item> |
||
1677 | <item> |
||
1678 | <spacer name="verticalSpacer_16"> |
||
1679 | <property name="orientation"> |
||
1680 | <enum>Qt::Vertical</enum> |
||
1681 | </property> |
||
1682 | <property name="sizeType"> |
||
1683 | <enum>QSizePolicy::Fixed</enum> |
||
1684 | </property> |
||
1685 | <property name="sizeHint" stdset="0"> |
||
1686 | <size> |
||
1687 | <width>20</width> |
||
1688 | <height>20</height> |
||
1689 | </size> |
||
1690 | </property> |
||
1691 | </spacer> |
||
1692 | </item> |
||
1693 | <item> |
||
1694 | <widget class="QLabel" name="label_35"> |
||
1695 | <property name="font"> |
||
1696 | <font> |
||
1697 | <weight>75</weight> |
||
1698 | <bold>true</bold> |
||
1699 | </font> |
||
1700 | </property> |
||
1701 | <property name="text"> |
||
1702 | <string>Special Actions</string> |
||
1703 | </property> |
||
1704 | </widget> |
||
1705 | </item> |
||
1706 | <item> |
||
1707 | <widget class="Line" name="line_13"> |
||
1708 | <property name="orientation"> |
||
1709 | <enum>Qt::Horizontal</enum> |
||
1710 | </property> |
||
1711 | </widget> |
||
1712 | </item> |
||
1713 | <item> |
||
1714 | <layout class="QFormLayout" name="formLayout_10"> |
||
1715 | <item row="0" column="0"> |
||
1716 | <widget class="QLabel" name="label_36"> |
||
1717 | <property name="text"> |
||
1718 | <string>Javascript to be executed when PDF document is opened:</string> |
||
1719 | </property> |
||
1720 | </widget> |
||
1721 | </item> |
||
1722 | <item row="0" column="1"> |
||
1723 | <widget class="QComboBox" name="startupJavascriptComboBox"/> |
||
1724 | </item> |
||
1725 | </layout> |
||
1726 | </item> |
||
1727 | <item> |
||
1728 | <spacer name="verticalSpacer_17"> |
||
1729 | <property name="orientation"> |
||
1730 | <enum>Qt::Vertical</enum> |
||
1731 | </property> |
||
1732 | <property name="sizeHint" stdset="0"> |
||
1733 | <size> |
||
1734 | <width>20</width> |
||
1735 | <height>60</height> |
||
1736 | </size> |
||
1737 | </property> |
||
1738 | </spacer> |
||
1739 | </item> |
||
1740 | </layout> |
||
1741 | </widget> |
||
13761 | cbradney | 1742 | </widget> |
1743 | </item> |
||
1744 | </layout> |
||
1745 | </widget> |
||
14449 | cbradney | 1746 | <customwidgets> |
1747 | <customwidget> |
||
1748 | <class>ScrSpinBox</class> |
||
1749 | <extends>QSpinBox</extends> |
||
1750 | <header location="global">ui/scrspinbox.h</header> |
||
1751 | </customwidget> |
||
1752 | <customwidget> |
||
1753 | <class>NewMarginWidget</class> |
||
1754 | <extends>QWidget</extends> |
||
1755 | <header location="global">ui/newmarginwidget.h</header> |
||
1756 | <container>1</container> |
||
1757 | </customwidget> |
||
1758 | </customwidgets> |
||
13761 | cbradney | 1759 | <resources/> |
1760 | <connections/> |
||
14449 | cbradney | 1761 | <buttongroups> |
14451 | cbradney | 1762 | <buttongroup name="rangeButtonGroup"/> |
14449 | cbradney | 1763 | </buttongroups> |
13761 | cbradney | 1764 | </ui> |