1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OutputPreview_PS</class>
4 <widget class="QWidget" name="OutputPreview_PS">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>170</width>
10    <height>436</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <property name="leftMargin">
21    <number>0</number>
22   </property>
23   <property name="topMargin">
24    <number>0</number>
25   </property>
26   <property name="rightMargin">
27    <number>0</number>
28   </property>
29   <property name="bottomMargin">
30    <number>0</number>
31   </property>
32   <item>
33    <widget class="QGroupBox" name="previewSettings">
34     <property name="title">
35      <string>Preview Settings</string>
36     </property>
37     <property name="checkable">
38      <bool>false</bool>
39     </property>
40     <layout class="QVBoxLayout" name="verticalLayout_2">
41      <item>
42       <widget class="QComboBox" name="psLevelCombo"/>
43      </item>
44      <item>
45       <widget class="QComboBox" name="colorOutputMode">
46        <item>
47         <property name="text">
48          <string>Color</string>
49         </property>
50        </item>
51        <item>
52         <property name="text">
53          <string>Grayscale</string>
54         </property>
55        </item>
56       </widget>
57      </item>
58      <item>
59       <widget class="QCheckBox" name="mirrorH">
60        <property name="text">
61         <string>Mirror Page(s) Horizontally</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QCheckBox" name="mirrorV">
67        <property name="text">
68         <string>Mirror Pages(s) Vertically</string>
69        </property>
70       </widget>
71      </item>
72      <item>
73       <widget class="QCheckBox" name="clipToMargins">
74        <property name="text">
75         <string>Clip to Printer Margins</string>
76        </property>
77       </widget>
78      </item>
79      <item>
80       <widget class="QCheckBox" name="convertSpots">
81        <property name="toolTip">
82         <string>Enables Spot Colors to be converted to composite colors. Unless you are planning to print spot colors at a commercial printer, this is probably best left enabled.</string>
83        </property>
84        <property name="text">
85         <string>Convert Spot Colors</string>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QCheckBox" name="enableGCR">
91        <property name="toolTip">
92         <string>A way of switching off some of the gray shades which are composed of cyan, yellow and magenta and using black instead. UCR most affects parts of images which are neutral and/or dark tones which are close to the gray. Use of this may improve printing some images and some experimentation and testing is need on a case by case basis. UCR reduces the possibility of over saturation with CMY inks.</string>
93        </property>
94        <property name="text">
95         <string>&amp;Under Color Removal</string>
96        </property>
97       </widget>
98      </item>
99     </layout>
100    </widget>
101   </item>
102   <item>
103    <widget class="QGroupBox" name="displaySettings">
104     <property name="title">
105      <string>Display Settings</string>
106     </property>
107     <layout class="QVBoxLayout" name="verticalLayout_3">
108      <item>
109       <widget class="QCheckBox" name="antiAliasing">
110        <property name="toolTip">
111         <string>Provides a more pleasant view of Type 1 fonts, TrueType Fonts, OpenType Fonts, EPS, PDF and vector graphics in the preview, at the expense of a slight slowdown in previewing</string>
112        </property>
113        <property name="text">
114         <string>Enable &amp;Antialiasing</string>
115        </property>
116       </widget>
117      </item>
118      <item>
119       <widget class="QCheckBox" name="showTransparency">
120        <property name="toolTip">
121         <string>Shows transparency and transparent items in your document. Requires Ghostscript 7.07 or later.</string>
122        </property>
123        <property name="text">
124         <string>Display Trans&amp;parency</string>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QCheckBox" name="enableCMYK">
130        <property name="toolTip">
131         <string>Gives a print preview using simulations of generic CMYK inks, instead of RGB colors</string>
132        </property>
133        <property name="text">
134         <string>&amp;Display CMYK</string>
135        </property>
136       </widget>
137      </item>
138      <item>
139       <widget class="QTableWidget" name="inkTable">
140        <property name="focusPolicy">
141         <enum>Qt::NoFocus</enum>
142        </property>
143        <property name="sizeAdjustPolicy">
144         <enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
145        </property>
146        <property name="editTriggers">
147         <set>QAbstractItemView::NoEditTriggers</set>
148        </property>
149        <property name="selectionMode">
150         <enum>QAbstractItemView::NoSelection</enum>
151        </property>
152        <property name="columnCount">
153         <number>0</number>
154        </property>
155        <attribute name="horizontalHeaderStretchLastSection">
156         <bool>true</bool>
157        </attribute>
158       </widget>
159      </item>
160      <item>
161       <widget class="QCheckBox" name="displayInkCoverage">
162        <property name="text">
163         <string>Display Ink Coverage</string>
164        </property>
165       </widget>
166      </item>
167      <item>
168       <layout class="QHBoxLayout" name="horizontalLayout">
169        <property name="sizeConstraint">
170         <enum>QLayout::SetMaximumSize</enum>
171        </property>
172        <item>
173         <widget class="QLabel" name="coverThresholdLabel">
174          <property name="text">
175           <string>Threshold:</string>
176          </property>
177         </widget>
178        </item>
179        <item>
180         <widget class="ScrSpinBox" name="coverThresholdValue">
181          <property name="decimals">
182           <number>0</number>
183          </property>
184          <property name="maximum">
185           <double>400.000000000000000</double>
186          </property>
187          <property name="singleStep">
188           <double>10.000000000000000</double>
189          </property>
190          <property name="value">
191           <double>300.000000000000000</double>
192          </property>
193         </widget>
194        </item>
195       </layout>
196      </item>
197     </layout>
198    </widget>
199   </item>
200  </layout>
201 </widget>
202 <customwidgets>
203  <customwidget>
204   <class>ScrSpinBox</class>
205   <extends>QDoubleSpinBox</extends>
206   <header>ui/scrspinbox.h</header>
207  </customwidget>
208 </customwidgets>
209 <resources/>
210 <connections/>
211</ui>
212