1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Petr Vanek &lt;petr@scribus.info&gt;</author>
4 <comment>General prefs panel</comment>
5 <class>Prefs_ColorManagement</class>
6 <widget class="QWidget" name="Prefs_ColorManagement">
7  <property name="geometry">
8   <rect>
9    <x>0</x>
10    <y>0</y>
11    <width>630</width>
12    <height>574</height>
13   </rect>
14  </property>
15  <layout class="QVBoxLayout" name="verticalLayout">
16   <property name="leftMargin">
17    <number>0</number>
18   </property>
19   <property name="topMargin">
20    <number>0</number>
21   </property>
22   <property name="rightMargin">
23    <number>0</number>
24   </property>
25   <property name="bottomMargin">
26    <number>0</number>
27   </property>
28   <item>
29    <widget class="QLabel" name="titleLabel">
30     <property name="font">
31      <font>
32       <pointsize>14</pointsize>
33       <weight>75</weight>
34       <bold>true</bold>
35      </font>
36     </property>
37     <property name="text">
38      <string>Color Management</string>
39     </property>
40    </widget>
41   </item>
42   <item>
43    <widget class="QLabel" name="warningLabel">
44     <property name="sizePolicy">
45      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
46       <horstretch>0</horstretch>
47       <verstretch>0</verstretch>
48      </sizepolicy>
49     </property>
50     <property name="font">
51      <font>
52       <weight>75</weight>
53       <bold>true</bold>
54      </font>
55     </property>
56     <property name="text">
57      <string/>
58     </property>
59    </widget>
60   </item>
61   <item>
62    <widget class="Line" name="line">
63     <property name="orientation">
64      <enum>Qt::Horizontal</enum>
65     </property>
66    </widget>
67   </item>
68   <item>
69    <widget class="QScrollArea" name="scrollArea">
70     <property name="widgetResizable">
71      <bool>true</bool>
72     </property>
73     <widget class="QWidget" name="scrollAreaWidgetContents_2">
74      <property name="geometry">
75       <rect>
76        <x>0</x>
77        <y>0</y>
78        <width>589</width>
79        <height>631</height>
80       </rect>
81      </property>
82      <layout class="QVBoxLayout" name="verticalLayout_2">
83       <item>
84        <widget class="QLabel" name="label_7">
85         <property name="font">
86          <font>
87           <weight>75</weight>
88           <bold>true</bold>
89          </font>
90         </property>
91         <property name="text">
92          <string>Document Options</string>
93         </property>
94        </widget>
95       </item>
96       <item>
97        <widget class="Line" name="line_4">
98         <property name="orientation">
99          <enum>Qt::Horizontal</enum>
100         </property>
101        </widget>
102       </item>
103       <item>
104        <widget class="QCheckBox" name="activateCMCheckBox">
105         <property name="text">
106          <string>Activate Color Management</string>
107         </property>
108        </widget>
109       </item>
110       <item>
111        <widget class="QCheckBox" name="simulatePrinterOnScreenCheckBox">
112         <property name="text">
113          <string>Simulate Printer on the Screen</string>
114         </property>
115        </widget>
116       </item>
117       <item>
118        <widget class="QCheckBox" name="convertAllColorsToPrinterSpaceCheckBox">
119         <property name="text">
120          <string>Convert all colors to printer space</string>
121         </property>
122        </widget>
123       </item>
124       <item>
125        <widget class="QCheckBox" name="markColorsOutOfGamutCheckBox">
126         <property name="text">
127          <string>Mark Colors out of Gamut</string>
128         </property>
129        </widget>
130       </item>
131       <item>
132        <widget class="QCheckBox" name="useBlackpointCompensationCheckBox">
133         <property name="text">
134          <string>Use Blackpoint Compensation</string>
135         </property>
136        </widget>
137       </item>
138       <item>
139        <spacer name="verticalSpacer">
140         <property name="orientation">
141          <enum>Qt::Vertical</enum>
142         </property>
143         <property name="sizeType">
144          <enum>QSizePolicy::Fixed</enum>
145         </property>
146         <property name="sizeHint" stdset="0">
147          <size>
148           <width>20</width>
149           <height>20</height>
150          </size>
151         </property>
152        </spacer>
153       </item>
154       <item>
155        <widget class="QLabel" name="label">
156         <property name="font">
157          <font>
158           <weight>75</weight>
159           <bold>true</bold>
160          </font>
161         </property>
162         <property name="text">
163          <string>Document Profiles</string>
164         </property>
165        </widget>
166       </item>
167       <item>
168        <widget class="Line" name="line_2">
169         <property name="orientation">
170          <enum>Qt::Horizontal</enum>
171         </property>
172        </widget>
173       </item>
174       <item>
175        <layout class="QFormLayout" name="formLayout">
176         <property name="fieldGrowthPolicy">
177          <enum>QFormLayout::FieldsStayAtSizeHint</enum>
178         </property>
179         <property name="formAlignment">
180          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
181         </property>
182         <item row="0" column="0">
183          <widget class="QLabel" name="textLabel7">
184           <property name="text">
185            <string>RGB Images:</string>
186           </property>
187           <property name="wordWrap">
188            <bool>false</bool>
189           </property>
190          </widget>
191         </item>
192         <item row="0" column="1">
193          <widget class="QComboBox" name="rgbImageProfileComboBox">
194           <property name="sizePolicy">
195            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
196             <horstretch>0</horstretch>
197             <verstretch>0</verstretch>
198            </sizepolicy>
199           </property>
200          </widget>
201         </item>
202         <item row="1" column="0">
203          <widget class="QLabel" name="textLabel8">
204           <property name="text">
205            <string>CMYK Images:</string>
206           </property>
207           <property name="wordWrap">
208            <bool>false</bool>
209           </property>
210          </widget>
211         </item>
212         <item row="1" column="1">
213          <widget class="QComboBox" name="cmykImageProfileComboBox">
214           <property name="sizePolicy">
215            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
216             <horstretch>0</horstretch>
217             <verstretch>0</verstretch>
218            </sizepolicy>
219           </property>
220          </widget>
221         </item>
222         <item row="2" column="0">
223          <widget class="QLabel" name="textLabel9">
224           <property name="text">
225            <string>RGB Solid Colors:</string>
226           </property>
227           <property name="wordWrap">
228            <bool>false</bool>
229           </property>
230          </widget>
231         </item>
232         <item row="2" column="1">
233          <widget class="QComboBox" name="rgbSolidProfileComboBox"/>
234         </item>
235         <item row="3" column="0">
236          <widget class="QLabel" name="textLabel10">
237           <property name="text">
238            <string>CMYK Solid Colors:</string>
239           </property>
240           <property name="wordWrap">
241            <bool>false</bool>
242           </property>
243          </widget>
244         </item>
245         <item row="3" column="1">
246          <widget class="QComboBox" name="cmykSolidProfileComboBox"/>
247         </item>
248         <item row="4" column="0">
249          <widget class="QLabel" name="label_3">
250           <property name="text">
251            <string>Printer:</string>
252           </property>
253          </widget>
254         </item>
255         <item row="4" column="1">
256          <widget class="QComboBox" name="printerProfileComboBox"/>
257         </item>
258        </layout>
259       </item>
260       <item>
261        <spacer name="verticalSpacer_4">
262         <property name="orientation">
263          <enum>Qt::Vertical</enum>
264         </property>
265         <property name="sizeType">
266          <enum>QSizePolicy::Fixed</enum>
267         </property>
268         <property name="sizeHint" stdset="0">
269          <size>
270           <width>20</width>
271           <height>20</height>
272          </size>
273         </property>
274        </spacer>
275       </item>
276       <item>
277        <widget class="QLabel" name="label_4">
278         <property name="font">
279          <font>
280           <weight>75</weight>
281           <bold>true</bold>
282          </font>
283         </property>
284         <property name="text">
285          <string>Document Rendering Intents</string>
286         </property>
287        </widget>
288       </item>
289       <item>
290        <widget class="Line" name="line_3">
291         <property name="orientation">
292          <enum>Qt::Horizontal</enum>
293         </property>
294        </widget>
295       </item>
296       <item>
297        <layout class="QFormLayout" name="formLayout_2">
298         <property name="formAlignment">
299          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
300         </property>
301         <item row="0" column="0">
302          <widget class="QLabel" name="label_5">
303           <property name="text">
304            <string>Images:</string>
305           </property>
306          </widget>
307         </item>
308         <item row="0" column="1">
309          <widget class="QComboBox" name="imageRenderingIntentComboBox"/>
310         </item>
311         <item row="1" column="0">
312          <widget class="QLabel" name="label_6">
313           <property name="text">
314            <string>Solid Colors:</string>
315           </property>
316          </widget>
317         </item>
318         <item row="1" column="1">
319          <widget class="QComboBox" name="solidColorsRenderingIntentComboBox"/>
320         </item>
321        </layout>
322       </item>
323       <item>
324        <spacer>
325         <property name="orientation">
326          <enum>Qt::Vertical</enum>
327         </property>
328         <property name="sizeType">
329          <enum>QSizePolicy::Fixed</enum>
330         </property>
331         <property name="sizeHint" stdset="0">
332          <size>
333           <width>20</width>
334           <height>20</height>
335          </size>
336         </property>
337        </spacer>
338       </item>
339       <item>
340        <widget class="QLabel" name="monitorProfileLabel">
341         <property name="font">
342          <font>
343           <weight>75</weight>
344           <bold>true</bold>
345          </font>
346         </property>
347         <property name="text">
348          <string>Monitor Profile</string>
349         </property>
350        </widget>
351       </item>
352       <item>
353        <widget class="Line" name="monitorProfileLine">
354         <property name="orientation">
355          <enum>Qt::Horizontal</enum>
356         </property>
357        </widget>
358       </item>
359       <item>
360        <layout class="QFormLayout" name="formLayout_3">
361         <property name="fieldGrowthPolicy">
362          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
363         </property>
364         <item row="0" column="1">
365          <widget class="QComboBox" name="monitorProfileComboBox"/>
366         </item>
367         <item row="0" column="0">
368          <widget class="QLabel" name="monitorLabel">
369           <property name="text">
370            <string>Monitor:</string>
371           </property>
372          </widget>
373         </item>
374        </layout>
375       </item>
376       <item>
377        <spacer name="verticalSpacer_3">
378         <property name="orientation">
379          <enum>Qt::Vertical</enum>
380         </property>
381         <property name="sizeHint" stdset="0">
382          <size>
383           <width>20</width>
384           <height>38</height>
385          </size>
386         </property>
387        </spacer>
388       </item>
389      </layout>
390     </widget>
391    </widget>
392   </item>
393  </layout>
394 </widget>
395 <resources/>
396 <connections/>
397</ui>
398