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