summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui')
-rw-r--r--krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui57
1 files changed, 0 insertions, 57 deletions
diff --git a/krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui b/krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui
deleted file mode 100644
index 06d01e9f..00000000
--- a/krita/plugins/viewplugins/modify_selection/wdg_border_selection.ui
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>WdgBorderSelection</class>
-<widget class="TQWidget">
- <property name="name">
- <cstring>WdgBorderSelection</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>255</width>
- <height>101</height>
- </rect>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQLabel" row="0" column="0">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="text">
- <string>Border selection by</string>
- </property>
- </widget>
- <widget class="TQSpinBox" row="1" column="0">
- <property name="name">
- <cstring>radiusSpinBox</cstring>
- </property>
- <property name="maxValue">
- <number>10000</number>
- </property>
- <property name="minValue">
- <number>1</number>
- </property>
- <property name="value">
- <number>1</number>
- </property>
- </widget>
- <widget class="TQComboBox" row="1" column="1">
- <item>
- <property name="text">
- <string>pixels</string>
- </property>
- </item>
- <property name="name">
- <cstring>comboBox1</cstring>
- </property>
- </widget>
- </grid>
-</widget>
-<tabstops>
- <tabstop>radiusSpinBox</tabstop>
-</tabstops>
-<tqlayoutdefaults spacing="6" margin="11"/>
-</UI>