11,21 → 11,30 |
</rect> |
</property> |
<property name="windowTitle"> |
<string>Form</string> |
<string notr="true">Form</string> |
</property> |
<layout class="QVBoxLayout" name="verticalLayout"> |
<property name="spacing"> |
<number>2</number> |
</property> |
<property name="margin"> |
<property name="leftMargin"> |
<number>2</number> |
</property> |
<property name="topMargin"> |
<number>2</number> |
</property> |
<property name="rightMargin"> |
<number>2</number> |
</property> |
<property name="bottomMargin"> |
<number>2</number> |
</property> |
<item> |
<layout class="QGridLayout" name="gridLayout"> |
<item row="2" column="0"> |
<widget class="QLabel" name="xposImgLabel"> |
<property name="text"> |
<string>X-Pos:</string> |
<string>&X-Pos:</string> |
</property> |
</widget> |
</item> |
37,6 → 46,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Horizontal offset of image within frame</string> |
</property> |
</widget> |
</item> |
<item row="4" column="0"> |
66,7 → 78,7 |
<item row="3" column="0"> |
<widget class="QLabel" name="yposImgLabel"> |
<property name="text"> |
<string>Y-Pos:</string> |
<string>&Y-Pos:</string> |
</property> |
</widget> |
</item> |
78,6 → 90,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Vertical offset of image within frame</string> |
</property> |
</widget> |
</item> |
<item row="1" column="1"> |
110,6 → 125,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Resize the image horizontally</string> |
</property> |
</widget> |
</item> |
<item row="3" column="0"> |
127,6 → 145,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Resize the image vertically</string> |
</property> |
</widget> |
</item> |
<item row="2" column="2" rowspan="2"> |
137,6 → 158,9 |
<height>32767</height> |
</size> |
</property> |
<property name="toolTip"> |
<string>Keep the X and Y scaling the same</string> |
</property> |
<property name="text"> |
<string>...</string> |
</property> |
159,7 → 183,11 |
</widget> |
</item> |
<item row="4" column="1"> |
<widget class="ScrSpinBox" name="imgDpiX"/> |
<widget class="ScrSpinBox" name="imgDpiX"> |
<property name="toolTip"> |
<string>Effective horizontal DPI of the image after scaling</string> |
</property> |
</widget> |
</item> |
<item row="5" column="0"> |
<widget class="QLabel" name="imgDPIYLabel"> |
169,7 → 197,11 |
</widget> |
</item> |
<item row="5" column="1"> |
<widget class="ScrSpinBox" name="imgDpiY"/> |
<widget class="ScrSpinBox" name="imgDpiY"> |
<property name="toolTip"> |
<string>Effective vertical DPI of the image after scaling</string> |
</property> |
</widget> |
</item> |
<item row="4" column="2" rowspan="2"> |
<widget class="LinkButton" name="keepImageDPIRatioButton"> |
195,13 → 227,19 |
</item> |
<item row="0" column="0"> |
<widget class="QRadioButton" name="freeScale"> |
<property name="toolTip"> |
<string>Allow the image to be a different size to the frame</string> |
</property> |
<property name="text"> |
<string>Free</string> |
<string>&Free Scaling</string> |
</property> |
</widget> |
</item> |
<item row="7" column="1"> |
<widget class="QCheckBox" name="cbProportional"> |
<property name="toolTip"> |
<string>Use image proportions rather than those of the frame</string> |
</property> |
<property name="text"> |
<string>Proportional</string> |
</property> |
209,8 → 247,11 |
</item> |
<item row="6" column="0"> |
<widget class="QRadioButton" name="frameScale"> |
<property name="toolTip"> |
<string>Make the image fit within the size of the frame</string> |
</property> |
<property name="text"> |
<string>To Frame Size</string> |
<string>&To Frame Size</string> |
</property> |
</widget> |
</item> |
226,7 → 267,7 |
<item row="0" column="0"> |
<widget class="QLabel" name="inputProfLabel"> |
<property name="text"> |
<string>Input Profile</string> |
<string>Input Profile:</string> |
</property> |
</widget> |
</item> |
238,17 → 279,24 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Source profile of the image</string> |
</property> |
</widget> |
</item> |
<item row="1" column="0"> |
<widget class="QLabel" name="renderIntentLabel"> |
<property name="text"> |
<string>Intent</string> |
<string>Rendering Intent:</string> |
</property> |
</widget> |
</item> |
<item row="1" column="1"> |
<widget class="QComboBox" name="renderIntent"/> |
<widget class="QComboBox" name="renderIntent"> |
<property name="toolTip"> |
<string>Rendering intent for the image</string> |
</property> |
</widget> |
</item> |
</layout> |
</widget> |
274,6 → 322,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Compression method used in PDF export for the image</string> |
</property> |
</widget> |
</item> |
<item row="1" column="0"> |
291,6 → 342,9 |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="toolTip"> |
<string>Compression quality used in PDF export for the image</string> |
</property> |
</widget> |
</item> |
</layout> |