You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
217 lines
7.8 KiB
217 lines
7.8 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>WdgToolCrop</class>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>WdgToolCrop</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>346</width>
|
|
<height>123</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Crop</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout3</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>3</number>
|
|
</property>
|
|
<widget class="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>textLabel1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>X:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>isbX</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntSpinBox" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>intX</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>1000000000</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntSpinBox" row="1" column="3">
|
|
<property name="name">
|
|
<cstring>intHeight</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>1000000000</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="0" column="2">
|
|
<property name="name">
|
|
<cstring>boolWidth</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>W&idth:</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Will keep the width of the crop constant</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntSpinBox" row="0" column="3">
|
|
<property name="name">
|
|
<cstring>intWidth</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>1000000000</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntSpinBox" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>intY</cstring>
|
|
</property>
|
|
<property name="maxValue">
|
|
<number>1000000000</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="1" column="2">
|
|
<property name="name">
|
|
<cstring>boolHeight</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Height:</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Will keep the height of the crop constant</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>textLabel3</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Y:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>isbY</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KDoubleNumInput" row="2" column="3">
|
|
<property name="name">
|
|
<cstring>doubleRatio</cstring>
|
|
</property>
|
|
<property name="precision">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="2" column="2">
|
|
<property name="name">
|
|
<cstring>boolRatio</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>R&atio:</string>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Will keep the ratio constant</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout9</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="TQComboBox">
|
|
<item>
|
|
<property name="text">
|
|
<string>Layer</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Image</string>
|
|
</property>
|
|
</item>
|
|
<property name="name">
|
|
<cstring>cmbType</cstring>
|
|
</property>
|
|
<property name="currentItem">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>bnCrop</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Crop</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>spacer2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</vbox>
|
|
</widget>
|
|
<customwidgets>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>intX</tabstop>
|
|
<tabstop>intY</tabstop>
|
|
<tabstop>intWidth</tabstop>
|
|
<tabstop>intHeight</tabstop>
|
|
<tabstop>cmbType</tabstop>
|
|
<tabstop>bnCrop</tabstop>
|
|
</tabstops>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includehints>
|
|
<includehint>knuminput.h</includehint>
|
|
<includehint>knuminput.h</includehint>
|
|
<includehint>knuminput.h</includehint>
|
|
<includehint>knuminput.h</includehint>
|
|
<includehint>knuminput.h</includehint>
|
|
<includehint>knuminput.h</includehint>
|
|
</includehints>
|
|
</UI>
|