diff options
Diffstat (limited to 'krita/ui/wdggeneralsettings.ui')
-rw-r--r-- | krita/ui/wdggeneralsettings.ui | 183 |
1 files changed, 0 insertions, 183 deletions
diff --git a/krita/ui/wdggeneralsettings.ui b/krita/ui/wdggeneralsettings.ui deleted file mode 100644 index 051cf795..00000000 --- a/krita/ui/wdggeneralsettings.ui +++ /dev/null @@ -1,183 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>WdgGeneralSettings</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>WdgGeneralSettings</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>335</width> - <height>209</height> - </rect> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLayoutWidget" row="0" column="0"> - <property name="name"> - <cstring>tqlayout3</cstring> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>tqlayout1</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>&Cursor tqshape:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>m_cmbtqCursorShape</cstring> - </property> - </widget> - <widget class="TQComboBox"> - <item> - <property name="text"> - <string>Tool Icon</string> - </property> - </item> - <item> - <property name="text"> - <string>Crosshair</string> - </property> - </item> - <item> - <property name="text"> - <string>Arrow</string> - </property> - </item> - <item> - <property name="text"> - <string>Brush Outline</string> - </property> - </item> - <property name="name"> - <cstring>m_cmbtqCursorShape</cstring> - </property> - </widget> - </hbox> - </widget> - <widget class="TQButtonGroup"> - <property name="name"> - <cstring>grpDockability</cstring> - </property> - <property name="title"> - <string>Palette Behavior</string> - </property> - <property name="exclusive"> - <bool>true</bool> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQRadioButton"> - <property name="name"> - <cstring>radioAllowDocking</cstring> - </property> - <property name="text"> - <string>Allow &docking</string> - </property> - </widget> - <widget class="TQRadioButton"> - <property name="name"> - <cstring>radioDisallowDocking</cstring> - </property> - <property name="text"> - <string>Allow only &floating</string> - </property> - </widget> - <widget class="TQRadioButton"> - <property name="name"> - <cstring>radioSmartDocking</cstring> - </property> - <property name="text"> - <string>Allow docking only on &large screens</string> - </property> - </widget> - </vbox> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>tqlayout2</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel1_2</cstring> - </property> - <property name="text"> - <string>&Palette font size:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>numDockerFontSize</cstring> - </property> - </widget> - <widget class="KIntNumInput"> - <property name="name"> - <cstring>numDockerFontSize</cstring> - </property> - </widget> - </hbox> - </widget> - </vbox> - </widget> - <spacer row="0" column="1"> - <property name="name"> - <cstring>spacer1</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="tqsizeHint"> - <size> - <width>41</width> - <height>20</height> - </size> - </property> - </spacer> - <spacer row="1" column="0"> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Vertical</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="tqsizeHint"> - <size> - <width>20</width> - <height>41</height> - </size> - </property> - </spacer> - </grid> -</widget> -<customwidgets> -</customwidgets> -<tqlayoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> -</includehints> -</UI> |