1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TabPDFOptions</class>
4 <widget class="QTabWidget" name="TabPDFOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>657</width>
10    <height>549</height>
11   </rect>
12  </property>
13  <property name="currentIndex">
14   <number>0</number>
15  </property>
16  <widget class="QWidget" name="tabGeneral">
17   <attribute name="title">
18    <string>&amp;General</string>
19   </attribute>
20   <layout class="QVBoxLayout" name="verticalLayout">
21    <property name="leftMargin">
22     <number>9</number>
23    </property>
24    <property name="topMargin">
25     <number>9</number>
26    </property>
27    <property name="rightMargin">
28     <number>9</number>
29    </property>
30    <property name="bottomMargin">
31     <number>9</number>
32    </property>
33    <item>
34     <layout class="QHBoxLayout" name="horizontalLayout">
35      <item>
36       <widget class="QGroupBox" name="RangeGroup">
37        <property name="title">
38         <string>Export Range</string>
39        </property>
40        <layout class="QVBoxLayout" name="rangeGroupLayout">
41         <item>
42          <widget class="QRadioButton" name="AllPages">
43           <property name="text">
44            <string>&amp;All Pages</string>
45           </property>
46          </widget>
47         </item>
48         <item>
49          <layout class="QGridLayout" name="gridLayout">
50           <item row="1" column="0">
51            <layout class="QHBoxLayout" name="horizontalLayout_2">
52             <item>
53              <widget class="QLineEdit" name="PageNr"/>
54             </item>
55             <item>
56              <widget class="QPushButton" name="pageNrButton"/>
57             </item>
58            </layout>
59           </item>
60           <item row="0" column="0">
61            <widget class="QRadioButton" name="OnlySome">
62             <property name="text">
63              <string>C&amp;hoose Pages</string>
64             </property>
65            </widget>
66           </item>
67          </layout>
68         </item>
69         <item>
70          <layout class="QHBoxLayout" name="horizontalLayout_3">
71           <item>
72            <widget class="QLabel" name="rotationLabel">
73             <property name="text">
74              <string>&amp;Rotation:</string>
75             </property>
76             <property name="buddy">
77              <cstring>RotateDeg</cstring>
78             </property>
79            </widget>
80           </item>
81           <item>
82            <widget class="QComboBox" name="RotateDeg">
83             <property name="editable">
84              <bool>false</bool>
85             </property>
86             <item>
87              <property name="text">
88               <string>0 °</string>
89              </property>
90             </item>
91             <item>
92              <property name="text">
93               <string>90 °</string>
94              </property>
95             </item>
96             <item>
97              <property name="text">
98               <string>180 °</string>
99              </property>
100             </item>
101             <item>
102              <property name="text">
103               <string>270 °</string>
104              </property>
105             </item>
106            </widget>
107           </item>
108          </layout>
109         </item>
110         <item>
111          <layout class="QHBoxLayout" name="horizontalLayout_4">
112           <item>
113            <widget class="QToolButton" name="MirrorH">
114             <property name="text">
115              <string/>
116             </property>
117             <property name="checkable">
118              <bool>true</bool>
119             </property>
120            </widget>
121           </item>
122           <item>
123            <widget class="QToolButton" name="MirrorV">
124             <property name="text">
125              <string/>
126             </property>
127             <property name="checkable">
128              <bool>true</bool>
129             </property>
130            </widget>
131           </item>
132          </layout>
133         </item>
134         <item>
135          <widget class="QCheckBox" name="ClipMarg">
136           <property name="text">
137            <string>Clip to Printer Margins</string>
138           </property>
139          </widget>
140         </item>
141        </layout>
142       </widget>
143      </item>
144      <item>
145       <widget class="QGroupBox" name="groupBox_2">
146        <property name="title">
147         <string>File Options</string>
148        </property>
149        <property name="alignment">
150         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
151        </property>
152        <layout class="QGridLayout" name="fileOptionsLayout">
153         <item row="0" column="0">
154          <widget class="QLabel" name="label">
155           <property name="text">
156            <string>Compatibilit&amp;y:</string>
157           </property>
158           <property name="alignment">
159            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
160           </property>
161           <property name="buddy">
162            <cstring>PDFVersionCombo</cstring>
163           </property>
164          </widget>
165         </item>
166         <item row="0" column="1" colspan="2">
167          <widget class="PdfVersionCombo" name="PDFVersionCombo">
168           <property name="editable">
169            <bool>false</bool>
170           </property>
171          </widget>
172         </item>
173         <item row="1" column="0">
174          <widget class="QLabel" name="label_2">
175           <property name="text">
176            <string>&amp;Binding:</string>
177           </property>
178           <property name="alignment">
179            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
180           </property>
181           <property name="buddy">
182            <cstring>ComboBind</cstring>
183           </property>
184          </widget>
185         </item>
186         <item row="1" column="1" colspan="2">
187          <widget class="QComboBox" name="ComboBind">
188           <property name="editable">
189            <bool>false</bool>
190           </property>
191           <item>
192            <property name="text">
193             <string>Left Margin</string>
194            </property>
195           </item>
196           <item>
197            <property name="text">
198             <string>Right Margin</string>
199            </property>
200           </item>
201          </widget>
202         </item>
203         <item row="2" column="0" colspan="3">
204          <widget class="QCheckBox" name="CheckBox1">
205           <property name="text">
206            <string>Generate &amp;Thumbnails</string>
207           </property>
208          </widget>
209         </item>
210         <item row="6" column="1" alignment="Qt::AlignLeft">
211          <widget class="QSpinBox" name="Resolution">
212           <property name="suffix">
213            <string> dpi</string>
214           </property>
215           <property name="minimum">
216            <number>35</number>
217           </property>
218           <property name="maximum">
219            <number>4000</number>
220           </property>
221          </widget>
222         </item>
223         <item row="4" column="0" colspan="3">
224          <widget class="QCheckBox" name="CheckBM">
225           <property name="text">
226            <string>&amp;Include Bookmarks</string>
227           </property>
228          </widget>
229         </item>
230         <item row="3" column="0" colspan="3">
231          <widget class="QCheckBox" name="Article">
232           <property name="text">
233            <string>Save &amp;Linked Text Frames as PDF Articles</string>
234           </property>
235          </widget>
236         </item>
237         <item row="5" column="0" colspan="3">
238          <widget class="QCheckBox" name="useLayers">
239           <property name="text">
240            <string>Include La&amp;yers</string>
241           </property>
242          </widget>
243         </item>
244         <item row="6" column="0">
245          <widget class="QLabel" name="label_3">
246           <property name="text">
247            <string>&amp;Resolution for EPS Graphics:</string>
248           </property>
249           <property name="alignment">
250            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
251           </property>
252           <property name="buddy">
253            <cstring>Resolution</cstring>
254           </property>
255          </widget>
256         </item>
257         <item row="7" column="0" colspan="3">
258          <widget class="QCheckBox" name="EmbedPDF">
259           <property name="text">
260            <string>Embed PDF &amp;&amp; EPS files (EXPERIMENTAL)</string>
261           </property>
262          </widget>
263         </item>
264        </layout>
265       </widget>
266      </item>
267     </layout>
268    </item>
269    <item>
270     <widget class="QCheckBox" name="Compression">
271      <property name="text">
272       <string>Com&amp;press Text and Vector Graphics</string>
273      </property>
274     </widget>
275    </item>
276    <item>
277     <widget class="QGroupBox" name="groupBox">
278      <property name="title">
279       <string>Image Quality Settings</string>
280      </property>
281      <layout class="QGridLayout" name="imageQualityLayout">
282       <item row="0" column="0">
283        <widget class="QLabel" name="label_4">
284         <property name="text">
285          <string>Compression Metho&amp;d:</string>
286         </property>
287         <property name="buddy">
288          <cstring>CMethod</cstring>
289         </property>
290        </widget>
291       </item>
292       <item row="0" column="1">
293        <widget class="QComboBox" name="CMethod">
294         <property name="editable">
295          <bool>false</bool>
296         </property>
297         <item>
298          <property name="text">
299           <string>Automatic</string>
300          </property>
301         </item>
302         <item>
303          <property name="text">
304           <string>Lossy - JPEG</string>
305          </property>
306         </item>
307         <item>
308          <property name="text">
309           <string>Lossless - Zip</string>
310          </property>
311         </item>
312         <item>
313          <property name="text">
314           <string>None</string>
315          </property>
316         </item>
317        </widget>
318       </item>
319       <item row="1" column="0">
320        <widget class="QLabel" name="label_5">
321         <property name="text">
322          <string>Compression &amp;Quality:</string>
323         </property>
324         <property name="buddy">
325          <cstring>CQuality</cstring>
326         </property>
327        </widget>
328       </item>
329       <item row="1" column="1">
330        <widget class="QComboBox" name="CQuality">
331         <property name="editable">
332          <bool>false</bool>
333         </property>
334         <item>
335          <property name="text">
336           <string>Maximum</string>
337          </property>
338         </item>
339         <item>
340          <property name="text">
341           <string>High</string>
342          </property>
343         </item>
344         <item>
345          <property name="text">
346           <string>Medium</string>
347          </property>
348         </item>
349         <item>
350          <property name="text">
351           <string>Low</string>
352          </property>
353         </item>
354         <item>
355          <property name="text">
356           <string>Minimum</string>
357          </property>
358         </item>
359        </widget>
360       </item>
361       <item row="2" column="1" alignment="Qt::AlignLeft">
362        <widget class="QSpinBox" name="ValC">
363         <property name="suffix">
364          <string> dpi</string>
365         </property>
366         <property name="minimum">
367          <number>35</number>
368         </property>
369         <property name="maximum">
370          <number>4000</number>
371         </property>
372         <property name="value">
373          <number>72</number>
374         </property>
375        </widget>
376       </item>
377       <item row="2" column="0">
378        <widget class="QCheckBox" name="DSColor">
379         <property name="text">
380          <string>Maximum Image Resolution:</string>
381         </property>
382        </widget>
383       </item>
384      </layout>
385     </widget>
386    </item>
387    <item>
388     <spacer name="verticalSpacer_6">
389      <property name="orientation">
390       <enum>Qt::Vertical</enum>
391      </property>
392      <property name="sizeHint" stdset="0">
393       <size>
394        <width>20</width>
395        <height>40</height>
396       </size>
397      </property>
398     </spacer>
399    </item>
400   </layout>
401  </widget>
402  <widget class="QWidget" name="tabFonts">
403   <attribute name="title">
404    <string>&amp;Fonts</string>
405   </attribute>
406   <layout class="QVBoxLayout" name="verticalLayout_2">
407    <item>
408     <widget class="QGroupBox" name="groupFont">
409      <property name="title">
410       <string>Embedding</string>
411      </property>
412      <layout class="QVBoxLayout" name="groupFontLayout">
413       <item>
414        <layout class="QHBoxLayout" name="horizontalLayout_5">
415         <item>
416          <widget class="QLabel" name="label_6">
417           <property name="sizePolicy">
418            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
419             <horstretch>0</horstretch>
420             <verstretch>0</verstretch>
421            </sizepolicy>
422           </property>
423           <property name="text">
424            <string>Embedding Mode:</string>
425           </property>
426          </widget>
427         </item>
428         <item>
429          <widget class="FontEmbeddingCombo" name="fontEmbeddingCombo"/>
430         </item>
431        </layout>
432       </item>
433       <item>
434        <layout class="QHBoxLayout" name="horizontalLayout_9">
435         <item>
436          <layout class="QVBoxLayout" name="verticalLayout_6">
437           <item>
438            <widget class="QLabel" name="label_8">
439             <property name="text">
440              <string>Fonts to embed:</string>
441             </property>
442            </widget>
443           </item>
444           <item>
445            <widget class="QListWidget" name="EmbedList"/>
446           </item>
447           <item>
448            <widget class="QPushButton" name="EmbedFonts">
449             <property name="text">
450              <string>&amp;Embed all</string>
451             </property>
452            </widget>
453           </item>
454          </layout>
455         </item>
456         <item>
457          <layout class="QVBoxLayout" name="verticalLayout_8">
458           <item>
459            <spacer name="verticalSpacer">
460             <property name="orientation">
461              <enum>Qt::Vertical</enum>
462             </property>
463             <property name="sizeHint" stdset="0">
464              <size>
465               <width>20</width>
466               <height>40</height>
467              </size>
468             </property>
469            </spacer>
470           </item>
471           <item>
472            <widget class="QPushButton" name="ToSubset">
473             <property name="text">
474              <string/>
475             </property>
476            </widget>
477           </item>
478           <item>
479            <widget class="QPushButton" name="FromSubset">
480             <property name="text">
481              <string/>
482             </property>
483            </widget>
484           </item>
485           <item>
486            <spacer name="verticalSpacer_2">
487             <property name="orientation">
488              <enum>Qt::Vertical</enum>
489             </property>
490             <property name="sizeHint" stdset="0">
491              <size>
492               <width>20</width>
493               <height>40</height>
494              </size>
495             </property>
496            </spacer>
497           </item>
498          </layout>
499         </item>
500         <item>
501          <layout class="QVBoxLayout" name="verticalLayout_5">
502           <item>
503            <widget class="QLabel" name="label_9">
504             <property name="text">
505              <string>Fonts to subset:</string>
506             </property>
507            </widget>
508           </item>
509           <item>
510            <widget class="QListWidget" name="SubsetList"/>
511           </item>
512           <item>
513            <widget class="QPushButton" name="SubsetFonts">
514             <property name="text">
515              <string>&amp;Subset all</string>
516             </property>
517            </widget>
518           </item>
519          </layout>
520         </item>
521        </layout>
522       </item>
523      </layout>
524     </widget>
525    </item>
526   </layout>
527  </widget>
528  <widget class="QWidget" name="tabPresentation">
529   <attribute name="title">
530    <string>E&amp;xtras</string>
531   </attribute>
532   <layout class="QGridLayout" name="gridLayout_4">
533    <item row="0" column="0">
534     <widget class="QCheckBox" name="CheckBox10">
535      <property name="text">
536       <string>Enable &amp;Presentation Effects</string>
537      </property>
538     </widget>
539    </item>
540    <item row="1" column="0">
541     <widget class="QListWidget" name="Pages"/>
542    </item>
543    <item row="2" column="0">
544     <widget class="QCheckBox" name="PagePrev">
545      <property name="text">
546       <string>Show Page Pre&amp;views</string>
547      </property>
548     </widget>
549    </item>
550    <item row="1" column="1">
551     <widget class="QGroupBox" name="Effects">
552      <property name="title">
553       <string>Effects</string>
554      </property>
555      <layout class="QGridLayout" name="effectsLayout">
556       <item row="5" column="1">
557        <widget class="QComboBox" name="EDirection_2_2">
558         <property name="editable">
559          <bool>false</bool>
560         </property>
561         <item>
562          <property name="text">
563           <string>Left to Right</string>
564          </property>
565         </item>
566         <item>
567          <property name="text">
568           <string>Top to Bottom</string>
569          </property>
570         </item>
571         <item>
572          <property name="text">
573           <string>Bottom to Top</string>
574          </property>
575         </item>
576         <item>
577          <property name="text">
578           <string>Right to Left</string>
579          </property>
580         </item>
581         <item>
582          <property name="text">
583           <string>Top-left to Bottom-Right</string>
584          </property>
585         </item>
586        </widget>
587       </item>
588       <item row="5" column="0">
589        <widget class="QLabel" name="label_15">
590         <property name="text">
591          <string>D&amp;irection:</string>
592         </property>
593         <property name="buddy">
594          <cstring>EDirection_2_2</cstring>
595         </property>
596        </widget>
597       </item>
598       <item row="3" column="0">
599        <widget class="QLabel" name="label_13">
600         <property name="text">
601          <string>&amp;Moving Lines:</string>
602         </property>
603         <property name="buddy">
604          <cstring>EDirection</cstring>
605         </property>
606        </widget>
607       </item>
608       <item row="3" column="1">
609        <widget class="QComboBox" name="EDirection">
610         <property name="editable">
611          <bool>false</bool>
612         </property>
613         <item>
614          <property name="text">
615           <string>Horizontal</string>
616          </property>
617         </item>
618         <item>
619          <property name="text">
620           <string>Vertical</string>
621          </property>
622         </item>
623        </widget>
624       </item>
625       <item row="2" column="1">
626        <widget class="QComboBox" name="EffectType">
627         <property name="editable">
628          <bool>false</bool>
629         </property>
630         <item>
631          <property name="text">
632           <string>No Effect</string>
633          </property>
634         </item>
635         <item>
636          <property name="text">
637           <string>Blinds</string>
638          </property>
639         </item>
640         <item>
641          <property name="text">
642           <string>Box</string>
643          </property>
644         </item>
645         <item>
646          <property name="text">
647           <string>Dissolve</string>
648          </property>
649         </item>
650         <item>
651          <property name="text">
652           <string>Glitter</string>
653          </property>
654         </item>
655         <item>
656          <property name="text">
657           <string>Split</string>
658          </property>
659         </item>
660         <item>
661          <property name="text">
662           <string>Wipe</string>
663          </property>
664         </item>
665        </widget>
666       </item>
667       <item row="4" column="0">
668        <widget class="QLabel" name="label_14">
669         <property name="text">
670          <string>F&amp;rom the:</string>
671         </property>
672         <property name="buddy">
673          <cstring>EDirection_2</cstring>
674         </property>
675        </widget>
676       </item>
677       <item row="4" column="1">
678        <widget class="QComboBox" name="EDirection_2">
679         <property name="editable">
680          <bool>false</bool>
681         </property>
682         <item>
683          <property name="text">
684           <string>Inside</string>
685          </property>
686         </item>
687         <item>
688          <property name="text">
689           <string>Outside</string>
690          </property>
691         </item>
692        </widget>
693       </item>
694       <item row="1" column="0">
695        <widget class="QLabel" name="label_11">
696         <property name="text">
697          <string>Effec&amp;t Duration:</string>
698         </property>
699         <property name="buddy">
700          <cstring>EffectTime</cstring>
701         </property>
702        </widget>
703       </item>
704       <item row="2" column="0">
705        <widget class="QLabel" name="label_12">
706         <property name="text">
707          <string>Effect T&amp;ype:</string>
708         </property>
709         <property name="buddy">
710          <cstring>EffectType</cstring>
711         </property>
712        </widget>
713       </item>
714       <item row="0" column="0">
715        <widget class="QLabel" name="label_10">
716         <property name="text">
717          <string>&amp;Display Duration:</string>
718         </property>
719         <property name="buddy">
720          <cstring>PageTime</cstring>
721         </property>
722        </widget>
723       </item>
724       <item row="1" column="1">
725        <widget class="QSpinBox" name="EffectTime">
726         <property name="suffix">
727          <string> sec</string>
728         </property>
729         <property name="minimum">
730          <number>1</number>
731         </property>
732         <property name="maximum">
733          <number>3600</number>
734         </property>
735        </widget>
736       </item>
737       <item row="0" column="1">
738        <widget class="QSpinBox" name="PageTime">
739         <property name="suffix">
740          <string> sec</string>
741         </property>
742         <property name="minimum">
743          <number>0</number>
744         </property>
745         <property name="maximum">
746          <number>3600</number>
747         </property>
748        </widget>
749       </item>
750       <item row="6" column="0" colspan="2">
751        <widget class="QPushButton" name="EonAllPg">
752         <property name="text">
753          <string>&amp;Apply Effect to all Pages</string>
754         </property>
755        </widget>
756       </item>
757      </layout>
758     </widget>
759    </item>
760   </layout>
761  </widget>
762  <widget class="QWidget" name="tabSpecial">
763   <attribute name="title">
764    <string>Viewer</string>
765   </attribute>
766   <layout class="QVBoxLayout" name="verticalLayout_7">
767    <item>
768     <widget class="QGroupBox" name="groupDisplay">
769      <property name="title">
770       <string>Display Settings</string>
771      </property>
772      <layout class="QVBoxLayout" name="groupDisplayLayout">
773       <item>
774        <layout class="QHBoxLayout" name="horizontalLayout_7">
775         <property name="leftMargin">
776          <number>0</number>
777         </property>
778         <property name="topMargin">
779          <number>0</number>
780         </property>
781         <property name="rightMargin">
782          <number>0</number>
783         </property>
784         <property name="bottomMargin">
785          <number>0</number>
786         </property>
787         <item>
788          <widget class="QGroupBox" name="pageLayout">
789           <property name="title">
790            <string>Document Layout</string>
791           </property>
792           <layout class="QVBoxLayout" name="pageLayoutLayout">
793            <item>
794             <widget class="QRadioButton" name="singlePage">
795              <property name="text">
796               <string>Single Page</string>
797              </property>
798             </widget>
799            </item>
800            <item>
801             <widget class="QRadioButton" name="continuousPages">
802              <property name="text">
803               <string>Continuous</string>
804              </property>
805             </widget>
806            </item>
807            <item>
808             <widget class="QRadioButton" name="facingPagesLeft">
809              <property name="text">
810               <string>Facing Page Left</string>
811              </property>
812             </widget>
813            </item>
814            <item>
815             <widget class="QRadioButton" name="facingPagesRight">
816              <property name="text">
817               <string>Facing Page Right</string>
818              </property>
819             </widget>
820            </item>
821           </layout>
822          </widget>
823         </item>
824         <item>
825          <widget class="QGroupBox" name="groupNavigation">
826           <property name="title">
827            <string>Visual Appearance</string>
828           </property>
829           <layout class="QVBoxLayout" name="groupNavigationLayout">
830            <item>
831             <widget class="QRadioButton" name="useViewDefault">
832              <property name="text">
833               <string>Use Viewers Defaults</string>
834              </property>
835             </widget>
836            </item>
837            <item>
838             <widget class="QRadioButton" name="useFullScreen">
839              <property name="text">
840               <string>Use Full Screen Mode</string>
841              </property>
842             </widget>
843            </item>
844            <item>
845             <widget class="QRadioButton" name="useBookmarks">
846              <property name="text">
847               <string>Display Bookmarks Tab</string>
848              </property>
849             </widget>
850            </item>
851            <item>
852             <widget class="QRadioButton" name="useThumbnails">
853              <property name="text">
854               <string>Display Thumbnails</string>
855              </property>
856             </widget>
857            </item>
858            <item>
859             <widget class="QRadioButton" name="useLayers2">
860              <property name="text">
861               <string>Display Layers Tab</string>
862              </property>
863             </widget>
864            </item>
865            <item>
866             <widget class="QCheckBox" name="hideToolBar">
867              <property name="text">
868               <string>Hide Viewers Toolbar</string>
869              </property>
870             </widget>
871            </item>
872            <item>
873             <widget class="QCheckBox" name="hideMenuBar">
874              <property name="text">
875               <string>Hide Viewers Menubar</string>
876              </property>
877             </widget>
878            </item>
879            <item>
880             <widget class="QCheckBox" name="fitWindow">
881              <property name="text">
882               <string>Zoom Pages to fit Viewer Window</string>
883              </property>
884             </widget>
885            </item>
886           </layout>
887          </widget>
888         </item>
889        </layout>
890       </item>
891       <item>
892        <widget class="QGroupBox" name="groupJava">
893         <property name="title">
894          <string>Special Actions</string>
895         </property>
896         <layout class="QHBoxLayout" name="groupJavaLayout">
897          <item>
898           <widget class="QLabel" name="actionLabel">
899            <property name="text">
900             <string>Javascript to be executed
901when PDF document is opened:</string>
902            </property>
903           </widget>
904          </item>
905          <item>
906           <widget class="QComboBox" name="actionCombo">
907            <property name="editable">
908             <bool>false</bool>
909            </property>
910            <item>
911             <property name="text">
912              <string>No Script</string>
913             </property>
914            </item>
915           </widget>
916          </item>
917         </layout>
918        </widget>
919       </item>
920      </layout>
921     </widget>
922    </item>
923   </layout>
924  </widget>
925  <widget class="QWidget" name="tabSecurity">
926   <attribute name="title">
927    <string>S&amp;ecurity</string>
928   </attribute>
929   <layout class="QVBoxLayout" name="verticalLayout_9">
930    <item>
931     <widget class="QCheckBox" name="Encry">
932      <property name="text">
933       <string>&amp;Use Encryption</string>
934      </property>
935     </widget>
936    </item>
937    <item>
938     <widget class="QGroupBox" name="groupPass">
939      <property name="sizePolicy">
940       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
941        <horstretch>0</horstretch>
942        <verstretch>0</verstretch>
943       </sizepolicy>
944      </property>
945      <property name="title">
946       <string>Passwords</string>
947      </property>
948      <layout class="QGridLayout" name="groupPassLayout">
949       <item row="1" column="0">
950        <widget class="QLabel" name="TextSec2">
951         <property name="text">
952          <string>&amp;User:</string>
953         </property>
954         <property name="buddy">
955          <cstring>PassUser</cstring>
956         </property>
957        </widget>
958       </item>
959       <item row="0" column="0">
960        <widget class="QLabel" name="TextSec1">
961         <property name="text">
962          <string>&amp;Owner:</string>
963         </property>
964         <property name="buddy">
965          <cstring>PassOwner</cstring>
966         </property>
967        </widget>
968       </item>
969       <item row="0" column="1">
970        <widget class="QLineEdit" name="PassOwner">
971         <property name="echoMode">
972          <enum>QLineEdit::Password</enum>
973         </property>
974        </widget>
975       </item>
976       <item row="1" column="1">
977        <widget class="QLineEdit" name="PassUser">
978         <property name="echoMode">
979          <enum>QLineEdit::Password</enum>
980         </property>
981        </widget>
982       </item>
983      </layout>
984     </widget>
985    </item>
986    <item>
987     <widget class="QGroupBox" name="groupSecSet">
988      <property name="sizePolicy">
989       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
990        <horstretch>0</horstretch>
991        <verstretch>0</verstretch>
992       </sizepolicy>
993      </property>
994      <property name="title">
995       <string>Settings</string>
996      </property>
997      <layout class="QVBoxLayout" name="groupSecSetLayout">
998       <item>
999        <widget class="QCheckBox" name="PrintSec">
1000         <property name="text">
1001          <string>Allow &amp;Printing the Document</string>
1002         </property>
1003        </widget>
1004       </item>
1005       <item>
1006        <widget class="QCheckBox" name="ModifySec">
1007         <property name="text">
1008          <string>Allow &amp;Changing the Document</string>
1009         </property>
1010        </widget>
1011       </item>
1012       <item>
1013        <widget class="QCheckBox" name="CopySec">
1014         <property name="text">
1015          <string>Allow Cop&amp;ying Text and Graphics</string>
1016         </property>
1017        </widget>
1018       </item>
1019       <item>
1020        <widget class="QCheckBox" name="AddSec">
1021         <property name="text">
1022          <string>Allow Adding &amp;Annotations and Fields</string>
1023         </property>
1024        </widget>
1025       </item>
1026      </layout>
1027     </widget>
1028    </item>
1029    <item>
1030     <spacer name="verticalSpacer_5">
1031      <property name="orientation">
1032       <enum>Qt::Vertical</enum>
1033      </property>
1034      <property name="sizeHint" stdset="0">
1035       <size>
1036        <width>20</width>
1037        <height>40</height>
1038       </size>
1039      </property>
1040     </spacer>
1041    </item>
1042   </layout>
1043  </widget>
1044  <widget class="QWidget" name="tabColor">
1045   <attribute name="title">
1046    <string>C&amp;olor</string>
1047   </attribute>
1048   <layout class="QVBoxLayout" name="tabColorLayout">
1049    <item>
1050     <widget class="QGroupBox" name="ColorGroup">
1051      <property name="title">
1052       <string>General</string>
1053      </property>
1054      <layout class="QHBoxLayout" name="colorGroupLayout">
1055       <item>
1056        <widget class="QLabel" name="label_16">
1057         <property name="text">
1058          <string>Output &amp;Intended For:</string>
1059         </property>
1060         <property name="buddy">
1061          <cstring>OutCombo</cstring>
1062         </property>
1063        </widget>
1064       </item>
1065       <item>
1066        <widget class="QComboBox" name="OutCombo">
1067         <item>
1068          <property name="text">
1069           <string>Screen / Web</string>
1070          </property>
1071         </item>
1072         <item>
1073          <property name="text">
1074           <string>Printer</string>
1075          </property>
1076         </item>
1077         <item>
1078          <property name="text">
1079           <string>Grayscale</string>
1080          </property>
1081         </item>
1082        </widget>
1083       </item>
1084      </layout>
1085     </widget>
1086    </item>
1087    <item>
1088     <widget class="QCheckBox" name="useSpot">
1089      <property name="text">
1090       <string>Convert Spot Colors to Process Colors</string>
1091      </property>
1092     </widget>
1093    </item>
1094    <item>
1095     <widget class="QCheckBox" name="UseLPI">
1096      <property name="text">
1097       <string>&amp;Use Custom Rendering Settings</string>
1098      </property>
1099     </widget>
1100    </item>
1101    <item>
1102     <widget class="QGroupBox" name="LPIgroup">
1103      <property name="title">
1104       <string>Rendering Settings</string>
1105      </property>
1106      <layout class="QGridLayout" name="lpiGroupLayout">
1107       <item row="0" column="0">
1108        <widget class="QComboBox" name="LPIcolor"/>
1109       </item>
1110       <item row="0" column="1">
1111        <layout class="QHBoxLayout" name="horizontalLayout_10">
1112         <item>
1113          <widget class="QLabel" name="label_17">
1114           <property name="text">
1115            <string>Fre&amp;quency:</string>
1116           </property>
1117           <property name="buddy">
1118            <cstring>LPIfreq</cstring>
1119           </property>
1120          </widget>
1121         </item>
1122         <item>
1123          <widget class="QSpinBox" name="LPIfreq">
1124           <property name="minimum">
1125            <number>10</number>
1126           </property>
1127           <property name="maximum">
1128            <number>1000</number>
1129           </property>
1130          </widget>
1131         </item>
1132        </layout>
1133       </item>
1134       <item row="1" column="1">
1135        <layout class="QHBoxLayout" name="horizontalLayout_11">
1136         <item>
1137          <widget class="QLabel" name="label_18">
1138           <property name="text">
1139            <string>&amp;Angle:</string>
1140           </property>
1141           <property name="buddy">
1142            <cstring>LPIangle</cstring>
1143           </property>
1144          </widget>
1145         </item>
1146         <item>
1147          <widget class="QSpinBox" name="LPIangle">
1148           <property name="suffix">
1149            <string> °</string>
1150           </property>
1151           <property name="minimum">
1152            <number>-180</number>
1153           </property>
1154           <property name="maximum">
1155            <number>180</number>
1156           </property>
1157          </widget>
1158         </item>
1159        </layout>
1160       </item>
1161       <item row="2" column="1">
1162        <layout class="QHBoxLayout" name="horizontalLayout_12">
1163         <item>
1164          <widget class="QLabel" name="label_19">
1165           <property name="text">
1166            <string>S&amp;pot Function:</string>
1167           </property>
1168           <property name="buddy">
1169            <cstring>LPIfunc</cstring>
1170           </property>
1171          </widget>
1172         </item>
1173         <item>
1174          <widget class="QComboBox" name="LPIfunc">
1175           <property name="editable">
1176            <bool>false</bool>
1177           </property>
1178           <item>
1179            <property name="text">
1180             <string>Simple Dot</string>
1181            </property>
1182           </item>
1183           <item>
1184            <property name="text">
1185             <string>Line</string>
1186            </property>
1187           </item>
1188           <item>
1189            <property name="text">
1190             <string>Round</string>
1191            </property>
1192           </item>
1193           <item>
1194            <property name="text">
1195             <string>Ellipse</string>
1196            </property>
1197           </item>
1198          </widget>
1199         </item>
1200        </layout>
1201       </item>
1202      </layout>
1203     </widget>
1204    </item>
1205    <item>
1206     <widget class="QGroupBox" name="solidsProfileGroup">
1207      <property name="title">
1208       <string>Solid Colors:</string>
1209      </property>
1210      <layout class="QGridLayout" name="solidColorsGroupLayout">
1211       <item row="1" column="0">
1212        <widget class="QLabel" name="solidsProfileLabel">
1213         <property name="text">
1214          <string>Profile:</string>
1215         </property>
1216        </widget>
1217       </item>
1218       <item row="0" column="0">
1219        <widget class="QCheckBox" name="EmbedProfs">
1220         <property name="text">
1221          <string>Use Color Profile</string>
1222         </property>
1223        </widget>
1224       </item>
1225       <item row="1" column="1">
1226        <widget class="QLabel" name="solidsIntentLabel">
1227         <property name="text">
1228          <string>Rendering Intent:</string>
1229         </property>
1230        </widget>
1231       </item>
1232       <item row="2" column="0">
1233        <widget class="QComboBox" name="SolidPr"/>
1234       </item>
1235       <item row="2" column="1">
1236        <widget class="QComboBox" name="IntendS">
1237         <property name="editable">
1238          <bool>false</bool>
1239         </property>
1240         <item>
1241          <property name="text">
1242           <string>Perceptual</string>
1243          </property>
1244         </item>
1245         <item>
1246          <property name="text">
1247           <string>Relative Colorimetric</string>
1248          </property>
1249         </item>
1250         <item>
1251          <property name="text">
1252           <string>Saturation</string>
1253          </property>
1254         </item>
1255         <item>
1256          <property name="text">
1257           <string>Absolute Colorimetric</string>
1258          </property>
1259         </item>
1260        </widget>
1261       </item>
1262      </layout>
1263     </widget>
1264    </item>
1265    <item>
1266     <widget class="QGroupBox" name="imageProfileGroup">
1267      <property name="title">
1268       <string>Images:</string>
1269      </property>
1270      <layout class="QGridLayout" name="imageProfileGroupLayout">
1271       <item row="0" column="0">
1272        <widget class="QCheckBox" name="EmbedProfs2">
1273         <property name="text">
1274          <string>Use Color Profile</string>
1275         </property>
1276        </widget>
1277       </item>
1278       <item row="2" column="0">
1279        <widget class="QLabel" name="imageProfileLabel">
1280         <property name="text">
1281          <string>Profile:</string>
1282         </property>
1283        </widget>
1284       </item>
1285       <item row="2" column="1">
1286        <widget class="QLabel" name="imageIntentLabel">
1287         <property name="text">
1288          <string>Rendering Intent:</string>
1289         </property>
1290        </widget>
1291       </item>
1292       <item row="1" column="0">
1293        <widget class="QCheckBox" name="NoEmbedded">
1294         <property name="text">
1295          <string>Do not use embedded color profiles</string>
1296         </property>
1297        </widget>
1298       </item>
1299       <item row="3" column="0">
1300        <widget class="QComboBox" name="ImageP"/>
1301       </item>
1302       <item row="3" column="1">
1303        <widget class="QComboBox" name="IntendI">
1304         <property name="editable">
1305          <bool>false</bool>
1306         </property>
1307         <item>
1308          <property name="text">
1309           <string>Perceptual</string>
1310          </property>
1311         </item>
1312         <item>
1313          <property name="text">
1314           <string>Relative Colorimetric</string>
1315          </property>
1316         </item>
1317         <item>
1318          <property name="text">
1319           <string>Saturation</string>
1320          </property>
1321         </item>
1322         <item>
1323          <property name="text">
1324           <string>Absolute Colorimetric</string>
1325          </property>
1326         </item>
1327        </widget>
1328       </item>
1329      </layout>
1330     </widget>
1331    </item>
1332    <item>
1333     <spacer name="verticalSpacer_3">
1334      <property name="orientation">
1335       <enum>Qt::Vertical</enum>
1336      </property>
1337      <property name="sizeHint" stdset="0">
1338       <size>
1339        <width>20</width>
1340        <height>40</height>
1341       </size>
1342      </property>
1343     </spacer>
1344    </item>
1345   </layout>
1346  </widget>
1347  <widget class="QWidget" name="tabPDFX">
1348   <attribute name="title">
1349    <string>Pre-Press</string>
1350   </attribute>
1351   <layout class="QVBoxLayout" name="tabPDFXLayout">
1352    <item>
1353     <widget class="QGroupBox" name="MarkGroup">
1354      <property name="title">
1355       <string>Printer Marks</string>
1356      </property>
1357      <layout class="QGridLayout" name="markGroupLayout">
1358       <item row="3" column="0">
1359        <widget class="QCheckBox" name="colorMarks">
1360         <property name="text">
1361          <string>Color Bars</string>
1362         </property>
1363        </widget>
1364       </item>
1365       <item row="2" column="0">
1366        <widget class="QCheckBox" name="registrationMarks">
1367         <property name="text">
1368          <string>Registration Marks</string>
1369         </property>
1370        </widget>
1371       </item>
1372       <item row="1" column="0">
1373        <widget class="QCheckBox" name="bleedMarks">
1374         <property name="text">
1375          <string>Bleed Marks</string>
1376         </property>
1377        </widget>
1378       </item>
1379       <item row="0" column="0">
1380        <widget class="QCheckBox" name="cropMarks">
1381         <property name="text">
1382          <string>Crop Marks</string>
1383         </property>
1384        </widget>
1385       </item>
1386       <item row="3" column="1">
1387        <layout class="QHBoxLayout" name="horizontalLayout_6">
1388         <item>
1389          <widget class="QLabel" name="label_25">
1390           <property name="text">
1391            <string>Offset:</string>
1392           </property>
1393          </widget>
1394         </item>
1395         <item>
1396          <widget class="ScrSpinBox" name="markOffset"/>
1397         </item>
1398        </layout>
1399       </item>
1400       <item row="2" column="1">
1401        <layout class="QHBoxLayout" name="horizontalLayout_8">
1402         <item>
1403          <widget class="QLabel" name="label_24">
1404           <property name="text">
1405            <string>Length:</string>
1406           </property>
1407          </widget>
1408         </item>
1409         <item>
1410          <widget class="ScrSpinBox" name="markLength"/>
1411         </item>
1412        </layout>
1413       </item>
1414       <item row="0" column="1">
1415        <widget class="QCheckBox" name="docInfoMarks">
1416         <property name="text">
1417          <string>Page Information</string>
1418         </property>
1419        </widget>
1420       </item>
1421      </layout>
1422     </widget>
1423    </item>
1424    <item>
1425     <widget class="QGroupBox" name="BleedGroup">
1426      <property name="title">
1427       <string>Bleed Settings</string>
1428      </property>
1429      <layout class="QGridLayout" name="bleedGroupLayout">
1430       <item row="1" column="0">
1431        <widget class="QLabel" name="bleedTopLabel">
1432         <property name="text">
1433          <string>Top:</string>
1434         </property>
1435        </widget>
1436       </item>
1437       <item row="1" column="1">
1438        <widget class="ScrSpinBox" name="BleedTop"/>
1439       </item>
1440       <item row="2" column="0">
1441        <widget class="QLabel" name="bleedBottomLabel">
1442         <property name="text">
1443          <string>Bottom:</string>
1444         </property>
1445        </widget>
1446       </item>
1447       <item row="2" column="1">
1448        <widget class="ScrSpinBox" name="BleedBottom"/>
1449       </item>
1450       <item row="2" column="3">
1451        <widget class="ScrSpinBox" name="BleedRight"/>
1452       </item>
1453       <item row="1" column="2">
1454        <widget class="QLabel" name="bleedLeftLabel">
1455         <property name="text">
1456          <string>Left:</string>
1457         </property>
1458        </widget>
1459       </item>
1460       <item row="1" column="3">
1461        <widget class="ScrSpinBox" name="BleedLeft"/>
1462       </item>
1463       <item row="2" column="2">
1464        <widget class="QLabel" name="bleedRightLabel">
1465         <property name="text">
1466          <string>Right:</string>
1467         </property>
1468        </widget>
1469       </item>
1470       <item row="0" column="0">
1471        <widget class="QCheckBox" name="docBleeds">
1472         <property name="text">
1473          <string>Use Document Bleeds</string>
1474         </property>
1475        </widget>
1476       </item>
1477      </layout>
1478     </widget>
1479    </item>
1480    <item>
1481     <widget class="QGroupBox" name="X3Group">
1482      <property name="title">
1483       <string>PDF/X Output Intent</string>
1484      </property>
1485      <layout class="QGridLayout" name="X3GroupLayout">
1486       <item row="0" column="1">
1487        <widget class="QComboBox" name="PrintProfC">
1488         <property name="editable">
1489          <bool>false</bool>
1490         </property>
1491        </widget>
1492       </item>
1493       <item row="0" column="0">
1494        <widget class="QLabel" name="label_30">
1495         <property name="text">
1496          <string>Output &amp;Profile:</string>
1497         </property>
1498         <property name="buddy">
1499          <cstring>PrintProfC</cstring>
1500         </property>
1501        </widget>
1502       </item>
1503       <item row="1" column="0">
1504        <widget class="QLabel" name="label_31">
1505         <property name="text">
1506          <string>&amp;Info String:</string>
1507         </property>
1508         <property name="buddy">
1509          <cstring>InfoString</cstring>
1510         </property>
1511        </widget>
1512       </item>
1513       <item row="1" column="1">
1514        <widget class="QLineEdit" name="InfoString"/>
1515       </item>
1516      </layout>
1517     </widget>
1518    </item>
1519    <item>
1520     <spacer name="verticalSpacer_4">
1521      <property name="orientation">
1522       <enum>Qt::Vertical</enum>
1523      </property>
1524      <property name="sizeHint" stdset="0">
1525       <size>
1526        <width>20</width>
1527        <height>40</height>
1528       </size>
1529      </property>
1530     </spacer>
1531    </item>
1532   </layout>
1533  </widget>
1534 </widget>
1535 <customwidgets>
1536  <customwidget>
1537   <class>ScrSpinBox</class>
1538   <extends>QDoubleSpinBox</extends>
1539   <header>ui/scrspinbox.h</header>
1540  </customwidget>
1541  <customwidget>
1542   <class>FontEmbeddingCombo</class>
1543   <extends>QComboBox</extends>
1544   <header>ui/fontembeddingcombo.h</header>
1545  </customwidget>
1546  <customwidget>
1547   <class>PdfVersionCombo</class>
1548   <extends>QComboBox</extends>
1549   <header>ui/pdfversioncombo.h</header>
1550  </customwidget>
1551 </customwidgets>
1552 <tabstops>
1553  <tabstop>AllPages</tabstop>
1554  <tabstop>OnlySome</tabstop>
1555  <tabstop>PageNr</tabstop>
1556  <tabstop>pageNrButton</tabstop>
1557  <tabstop>RotateDeg</tabstop>
1558  <tabstop>MirrorH</tabstop>
1559  <tabstop>MirrorV</tabstop>
1560  <tabstop>ClipMarg</tabstop>
1561  <tabstop>PDFVersionCombo</tabstop>
1562  <tabstop>ComboBind</tabstop>
1563  <tabstop>CheckBox1</tabstop>
1564  <tabstop>Article</tabstop>
1565  <tabstop>CheckBM</tabstop>
1566  <tabstop>useLayers</tabstop>
1567  <tabstop>Resolution</tabstop>
1568  <tabstop>EmbedPDF</tabstop>
1569  <tabstop>Compression</tabstop>
1570  <tabstop>CMethod</tabstop>
1571  <tabstop>CQuality</tabstop>
1572  <tabstop>DSColor</tabstop>
1573  <tabstop>ValC</tabstop>
1574  <tabstop>fontEmbeddingCombo</tabstop>
1575  <tabstop>EmbedList</tabstop>
1576  <tabstop>SubsetList</tabstop>
1577  <tabstop>ToSubset</tabstop>
1578  <tabstop>FromSubset</tabstop>
1579  <tabstop>EmbedFonts</tabstop>
1580  <tabstop>SubsetFonts</tabstop>
1581  <tabstop>CheckBox10</tabstop>
1582  <tabstop>Pages</tabstop>
1583  <tabstop>PageTime</tabstop>
1584  <tabstop>EffectTime</tabstop>
1585  <tabstop>EffectType</tabstop>
1586  <tabstop>EDirection</tabstop>
1587  <tabstop>EDirection_2</tabstop>
1588  <tabstop>EDirection_2_2</tabstop>
1589  <tabstop>EonAllPg</tabstop>
1590  <tabstop>PagePrev</tabstop>
1591  <tabstop>singlePage</tabstop>
1592  <tabstop>continuousPages</tabstop>
1593  <tabstop>facingPagesLeft</tabstop>
1594  <tabstop>facingPagesRight</tabstop>
1595  <tabstop>useViewDefault</tabstop>
1596  <tabstop>useFullScreen</tabstop>
1597  <tabstop>useBookmarks</tabstop>
1598  <tabstop>useThumbnails</tabstop>
1599  <tabstop>useLayers2</tabstop>
1600  <tabstop>hideToolBar</tabstop>
1601  <tabstop>hideMenuBar</tabstop>
1602  <tabstop>fitWindow</tabstop>
1603  <tabstop>actionCombo</tabstop>
1604  <tabstop>Encry</tabstop>
1605  <tabstop>PassOwner</tabstop>
1606  <tabstop>PassUser</tabstop>
1607  <tabstop>PrintSec</tabstop>
1608  <tabstop>ModifySec</tabstop>
1609  <tabstop>CopySec</tabstop>
1610  <tabstop>AddSec</tabstop>
1611  <tabstop>OutCombo</tabstop>
1612  <tabstop>useSpot</tabstop>
1613  <tabstop>UseLPI</tabstop>
1614  <tabstop>LPIcolor</tabstop>
1615  <tabstop>LPIfreq</tabstop>
1616  <tabstop>LPIangle</tabstop>
1617  <tabstop>LPIfunc</tabstop>
1618  <tabstop>EmbedProfs</tabstop>
1619  <tabstop>SolidPr</tabstop>
1620  <tabstop>IntendS</tabstop>
1621  <tabstop>EmbedProfs2</tabstop>
1622  <tabstop>NoEmbedded</tabstop>
1623  <tabstop>ImageP</tabstop>
1624  <tabstop>IntendI</tabstop>
1625  <tabstop>cropMarks</tabstop>
1626  <tabstop>bleedMarks</tabstop>
1627  <tabstop>registrationMarks</tabstop>
1628  <tabstop>colorMarks</tabstop>
1629  <tabstop>docInfoMarks</tabstop>
1630  <tabstop>markLength</tabstop>
1631  <tabstop>markOffset</tabstop>
1632  <tabstop>docBleeds</tabstop>
1633  <tabstop>BleedTop</tabstop>
1634  <tabstop>BleedBottom</tabstop>
1635  <tabstop>BleedLeft</tabstop>
1636  <tabstop>BleedRight</tabstop>
1637  <tabstop>PrintProfC</tabstop>
1638  <tabstop>InfoString</tabstop>
1639 </tabstops>
1640 <resources/>
1641 <connections/>
1642</ui>
1643