1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PropertiesPalette_ImageBase</class>
4 <widget class="QWidget" name="PropertiesPalette_ImageBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>286</width>
10    <height>617</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <property name="spacing">
15    <number>3</number>
16   </property>
17   <property name="leftMargin">
18    <number>3</number>
19   </property>
20   <property name="topMargin">
21    <number>3</number>
22   </property>
23   <property name="rightMargin">
24    <number>3</number>
25   </property>
26   <property name="bottomMargin">
27    <number>3</number>
28   </property>
29   <item>
30    <layout class="QGridLayout" name="gridLayout">
31     <property name="spacing">
32      <number>3</number>
33     </property>
34     <item row="2" column="0">
35      <widget class="QLabel" name="xposImgLabel">
36       <property name="text">
37        <string>&amp;X-Pos:</string>
38       </property>
39      </widget>
40     </item>
41     <item row="2" column="1">
42      <widget class="ScrSpinBox" name="imageXOffsetSpinBox">
43       <property name="sizePolicy">
44        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
45         <horstretch>0</horstretch>
46         <verstretch>0</verstretch>
47        </sizepolicy>
48       </property>
49       <property name="toolTip">
50        <string>Horizontal offset of image within frame</string>
51       </property>
52      </widget>
53     </item>
54     <item row="4" column="0">
55      <widget class="QLabel" name="imageRotationLabel">
56       <property name="text">
57        <string>Rotation:</string>
58       </property>
59      </widget>
60     </item>
61     <item row="4" column="1">
62      <widget class="ScrSpinBox" name="imageRotation">
63       <property name="sizePolicy">
64        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
65         <horstretch>0</horstretch>
66         <verstretch>0</verstretch>
67        </sizepolicy>
68       </property>
69      </widget>
70     </item>
71     <item row="1" column="0">
72      <widget class="QLabel" name="imagePageNumberLabel">
73       <property name="text">
74        <string>&amp;Page Number:</string>
75       </property>
76      </widget>
77     </item>
78     <item row="3" column="0">
79      <widget class="QLabel" name="yposImgLabel">
80       <property name="text">
81        <string>&amp;Y-Pos:</string>
82       </property>
83      </widget>
84     </item>
85     <item row="3" column="1">
86      <widget class="ScrSpinBox" name="imageYOffsetSpinBox">
87       <property name="sizePolicy">
88        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
89         <horstretch>0</horstretch>
90         <verstretch>0</verstretch>
91        </sizepolicy>
92       </property>
93       <property name="toolTip">
94        <string>Vertical offset of image within frame</string>
95       </property>
96      </widget>
97     </item>
98     <item row="1" column="1">
99      <widget class="ScrSpinBox" name="imagePageNumber">
100       <property name="sizePolicy">
101        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
102         <horstretch>0</horstretch>
103         <verstretch>0</verstretch>
104        </sizepolicy>
105       </property>
106       <property name="specialValueText">
107        <string>Auto</string>
108       </property>
109      </widget>
110     </item>
111    </layout>
112   </item>
113   <item>
114    <widget class="QGroupBox" name="scalingGroupBox">
115     <property name="title">
116      <string>Scaling</string>
117     </property>
118     <layout class="QGridLayout" name="gridLayout_2">
119      <property name="leftMargin">
120       <number>6</number>
121      </property>
122      <property name="topMargin">
123       <number>6</number>
124      </property>
125      <property name="rightMargin">
126       <number>6</number>
127      </property>
128      <property name="bottomMargin">
129       <number>6</number>
130      </property>
131      <property name="spacing">
132       <number>3</number>
133      </property>
134      <item row="2" column="2" rowspan="2">
135       <widget class="LinkButton" name="keepImageWHRatioButton">
136        <property name="maximumSize">
137         <size>
138          <width>15</width>
139          <height>32767</height>
140         </size>
141        </property>
142        <property name="toolTip">
143         <string>Keep the X and Y scaling the same</string>
144        </property>
145        <property name="checkable">
146         <bool>true</bool>
147        </property>
148        <property name="checked">
149         <bool>true</bool>
150        </property>
151        <property name="autoRaise">
152         <bool>true</bool>
153        </property>
154       </widget>
155      </item>
156      <item row="2" column="0">
157       <widget class="QLabel" name="xscaleLabel">
158        <property name="text">
159         <string>X-Sc&amp;ale:</string>
160        </property>
161       </widget>
162      </item>
163      <item row="2" column="1">
164       <widget class="ScrSpinBox" name="imageXScaleSpinBox">
165        <property name="sizePolicy">
166         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
167          <horstretch>0</horstretch>
168          <verstretch>0</verstretch>
169         </sizepolicy>
170        </property>
171        <property name="toolTip">
172         <string>Resize the image horizontally</string>
173        </property>
174       </widget>
175      </item>
176      <item row="3" column="0">
177       <widget class="QLabel" name="yscaleLabel">
178        <property name="text">
179         <string>Y-Scal&amp;e:</string>
180        </property>
181       </widget>
182      </item>
183      <item row="4" column="0">
184       <widget class="QLabel" name="imgDPIXLabel">
185        <property name="text">
186         <string>Actual X-DPI:</string>
187        </property>
188       </widget>
189      </item>
190      <item row="4" column="1">
191       <widget class="ScrSpinBox" name="imgDpiX">
192        <property name="sizePolicy">
193         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
194          <horstretch>0</horstretch>
195          <verstretch>0</verstretch>
196         </sizepolicy>
197        </property>
198        <property name="toolTip">
199         <string>Effective horizontal DPI of the image after scaling</string>
200        </property>
201       </widget>
202      </item>
203      <item row="5" column="0">
204       <widget class="QLabel" name="imgDPIYLabel">
205        <property name="text">
206         <string>Actual Y-DPI:</string>
207        </property>
208       </widget>
209      </item>
210      <item row="5" column="1">
211       <widget class="ScrSpinBox" name="imgDpiY">
212        <property name="sizePolicy">
213         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
214          <horstretch>0</horstretch>
215          <verstretch>0</verstretch>
216         </sizepolicy>
217        </property>
218        <property name="toolTip">
219         <string>Effective vertical DPI of the image after scaling</string>
220        </property>
221       </widget>
222      </item>
223      <item row="4" column="2" rowspan="2">
224       <widget class="LinkButton" name="keepImageDPIRatioButton">
225        <property name="maximumSize">
226         <size>
227          <width>15</width>
228          <height>32767</height>
229         </size>
230        </property>
231        <property name="checkable">
232         <bool>true</bool>
233        </property>
234        <property name="checked">
235         <bool>true</bool>
236        </property>
237        <property name="autoRaise">
238         <bool>true</bool>
239        </property>
240       </widget>
241      </item>
242      <item row="3" column="1">
243       <widget class="ScrSpinBox" name="imageYScaleSpinBox">
244        <property name="sizePolicy">
245         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
246          <horstretch>0</horstretch>
247          <verstretch>0</verstretch>
248         </sizepolicy>
249        </property>
250        <property name="toolTip">
251         <string>Resize the image vertically</string>
252        </property>
253       </widget>
254      </item>
255      <item row="6" column="0" colspan="3">
256       <widget class="QRadioButton" name="frameScale">
257        <property name="toolTip">
258         <string>Make the image fit within the size of the frame</string>
259        </property>
260        <property name="text">
261         <string>&amp;To Frame Size</string>
262        </property>
263       </widget>
264      </item>
265      <item row="0" column="0" colspan="3">
266       <widget class="QRadioButton" name="freeScale">
267        <property name="toolTip">
268         <string>Allow the image to be a different size to the frame</string>
269        </property>
270        <property name="text">
271         <string>&amp;Free Scaling</string>
272        </property>
273       </widget>
274      </item>
275      <item row="7" column="1">
276       <widget class="QCheckBox" name="cbProportional">
277        <property name="toolTip">
278         <string>Use image proportions rather than those of the frame</string>
279        </property>
280        <property name="text">
281         <string>Proportional</string>
282        </property>
283       </widget>
284      </item>
285     </layout>
286    </widget>
287   </item>
288   <item>
289    <widget class="QGroupBox" name="colorMgmtGroup">
290     <property name="title">
291      <string>Color Management</string>
292     </property>
293     <layout class="QGridLayout" name="gridLayout_4">
294      <property name="leftMargin">
295       <number>6</number>
296      </property>
297      <property name="topMargin">
298       <number>6</number>
299      </property>
300      <property name="rightMargin">
301       <number>6</number>
302      </property>
303      <property name="bottomMargin">
304       <number>6</number>
305      </property>
306      <property name="spacing">
307       <number>3</number>
308      </property>
309      <item row="0" column="0">
310       <widget class="QLabel" name="inputProfLabel">
311        <property name="text">
312         <string>Input Profile:</string>
313        </property>
314       </widget>
315      </item>
316      <item row="0" column="1">
317       <widget class="QComboBox" name="inputProfiles">
318        <property name="sizePolicy">
319         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
320          <horstretch>0</horstretch>
321          <verstretch>0</verstretch>
322         </sizepolicy>
323        </property>
324        <property name="toolTip">
325         <string>Source profile of the image</string>
326        </property>
327       </widget>
328      </item>
329      <item row="1" column="0">
330       <widget class="QLabel" name="renderIntentLabel">
331        <property name="text">
332         <string>Rendering Intent:</string>
333        </property>
334       </widget>
335      </item>
336      <item row="1" column="1">
337       <widget class="QComboBox" name="renderIntent">
338        <property name="sizePolicy">
339         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
340          <horstretch>0</horstretch>
341          <verstretch>0</verstretch>
342         </sizepolicy>
343        </property>
344        <property name="toolTip">
345         <string>Rendering intent for the image</string>
346        </property>
347       </widget>
348      </item>
349     </layout>
350    </widget>
351   </item>
352   <item>
353    <widget class="QGroupBox" name="pdfCompressionGroup">
354     <property name="title">
355      <string>PDF Compression</string>
356     </property>
357     <layout class="QGridLayout" name="gridLayout_3">
358      <property name="leftMargin">
359       <number>6</number>
360      </property>
361      <property name="topMargin">
362       <number>6</number>
363      </property>
364      <property name="rightMargin">
365       <number>6</number>
366      </property>
367      <property name="bottomMargin">
368       <number>6</number>
369      </property>
370      <property name="spacing">
371       <number>3</number>
372      </property>
373      <item row="0" column="0">
374       <widget class="QLabel" name="compressionMethodLabel">
375        <property name="text">
376         <string>Method:</string>
377        </property>
378       </widget>
379      </item>
380      <item row="0" column="1">
381       <widget class="QComboBox" name="compressionMethod">
382        <property name="sizePolicy">
383         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
384          <horstretch>0</horstretch>
385          <verstretch>0</verstretch>
386         </sizepolicy>
387        </property>
388        <property name="toolTip">
389         <string>Compression method used in PDF export for the image</string>
390        </property>
391       </widget>
392      </item>
393      <item row="1" column="0">
394       <widget class="QLabel" name="compressionQualityLabel">
395        <property name="text">
396         <string>Quality:</string>
397        </property>
398       </widget>
399      </item>
400      <item row="1" column="1">
401       <widget class="QComboBox" name="compressionQuality">
402        <property name="sizePolicy">
403         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
404          <horstretch>0</horstretch>
405          <verstretch>0</verstretch>
406         </sizepolicy>
407        </property>
408        <property name="toolTip">
409         <string>Compression quality used in PDF export for the image</string>
410        </property>
411       </widget>
412      </item>
413     </layout>
414    </widget>
415   </item>
416   <item>
417    <layout class="QHBoxLayout" name="horizontalLayout">
418     <property name="spacing">
419      <number>3</number>
420     </property>
421     <item>
422      <widget class="QToolButton" name="imgEffectsButton">
423       <property name="sizePolicy">
424        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
425         <horstretch>0</horstretch>
426         <verstretch>0</verstretch>
427        </sizepolicy>
428       </property>
429       <property name="text">
430        <string>Image Effects</string>
431       </property>
432      </widget>
433     </item>
434     <item>
435      <widget class="QToolButton" name="imgExtProperties">
436       <property name="sizePolicy">
437        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
438         <horstretch>0</horstretch>
439         <verstretch>0</verstretch>
440        </sizepolicy>
441       </property>
442       <property name="text">
443        <string>Extended Properties</string>
444       </property>
445      </widget>
446     </item>
447    </layout>
448   </item>
449   <item>
450    <spacer name="verticalSpacer">
451     <property name="orientation">
452      <enum>Qt::Vertical</enum>
453     </property>
454     <property name="sizeHint" stdset="0">
455      <size>
456       <width>20</width>
457       <height>0</height>
458      </size>
459     </property>
460    </spacer>
461   </item>
462  </layout>
463 </widget>
464 <customwidgets>
465  <customwidget>
466   <class>ScrSpinBox</class>
467   <extends>QDoubleSpinBox</extends>
468   <header>ui/scrspinbox.h</header>
469  </customwidget>
470  <customwidget>
471   <class>LinkButton</class>
472   <extends>QToolButton</extends>
473   <header>ui/linkbutton.h</header>
474  </customwidget>
475 </customwidgets>
476 <tabstops>
477  <tabstop>imagePageNumber</tabstop>
478  <tabstop>imageXOffsetSpinBox</tabstop>
479  <tabstop>imageYOffsetSpinBox</tabstop>
480  <tabstop>imageRotation</tabstop>
481  <tabstop>freeScale</tabstop>
482  <tabstop>imageXScaleSpinBox</tabstop>
483  <tabstop>imageYScaleSpinBox</tabstop>
484  <tabstop>imgDpiX</tabstop>
485  <tabstop>imgDpiY</tabstop>
486  <tabstop>keepImageWHRatioButton</tabstop>
487  <tabstop>keepImageDPIRatioButton</tabstop>
488  <tabstop>frameScale</tabstop>
489  <tabstop>cbProportional</tabstop>
490  <tabstop>inputProfiles</tabstop>
491  <tabstop>renderIntent</tabstop>
492  <tabstop>compressionMethod</tabstop>
493  <tabstop>compressionQuality</tabstop>
494  <tabstop>imgEffectsButton</tabstop>
495  <tabstop>imgExtProperties</tabstop>
496 </tabstops>
497 <resources/>
498 <connections/>
499</ui>
500