diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /krita/plugins/tools/tool_crop/wdg_tool_crop.ui | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krita/plugins/tools/tool_crop/wdg_tool_crop.ui')
-rw-r--r-- | krita/plugins/tools/tool_crop/wdg_tool_crop.ui | 216 |
1 files changed, 216 insertions, 0 deletions
diff --git a/krita/plugins/tools/tool_crop/wdg_tool_crop.ui b/krita/plugins/tools/tool_crop/wdg_tool_crop.ui new file mode 100644 index 00000000..8099af7c --- /dev/null +++ b/krita/plugins/tools/tool_crop/wdg_tool_crop.ui @@ -0,0 +1,216 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>WdgToolCrop</class> +<widget class="QWidget"> + <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="QLayoutWidget"> + <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="QLabel" 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="QCheckBox" 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="QCheckBox" 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="QLabel" 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="QCheckBox" 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="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QComboBox"> + <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="QPushButton"> + <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> |