diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:29:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-26 00:29:37 +0000 |
commit | 2785103a6bd4de55bd26d79e34d0fdd4b329a73a (patch) | |
tree | c2738b1095bfdb263da27bc1391403d829522a14 /krita/ui/wdgcustompattern.ui | |
parent | f008adb5a77e094eaf6abf3fc0f36958e66896a5 (diff) | |
download | koffice-2785103a6bd4de55bd26d79e34d0fdd4b329a73a.tar.gz koffice-2785103a6bd4de55bd26d79e34d0fdd4b329a73a.zip |
Remove krita* in preparation for name switch from Krita to Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238361 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krita/ui/wdgcustompattern.ui')
-rw-r--r-- | krita/ui/wdgcustompattern.ui | 156 |
1 files changed, 0 insertions, 156 deletions
diff --git a/krita/ui/wdgcustompattern.ui b/krita/ui/wdgcustompattern.ui deleted file mode 100644 index d195f670..00000000 --- a/krita/ui/wdgcustompattern.ui +++ /dev/null @@ -1,156 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>KisWdgCustomPattern</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>KisWdgCustomPattern</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>255</width> - <height>232</height> - </rect> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>tqlayout4</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel1</cstring> - </property> - <property name="text"> - <string>Source:</string> - </property> - </widget> - <widget class="TQComboBox"> - <item> - <property name="text"> - <string>Entire Image</string> - </property> - </item> - <property name="name"> - <cstring>comboBox1</cstring> - </property> - <property name="enabled"> - <bool>false</bool> - </property> - </widget> - </hbox> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>tqlayout6</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <spacer> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="tqsizeHint"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQLabel"> - <property name="name"> - <cstring>preview</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="tqminimumSize"> - <size> - <width>50</width> - <height>50</height> - </size> - </property> - <property name="text"> - <string></string> - </property> - </widget> - <spacer> - <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>40</width> - <height>20</height> - </size> - </property> - </spacer> - </hbox> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>tqlayout7</cstring> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQPushButton"> - <property name="name"> - <cstring>patternButton</cstring> - </property> - <property name="text"> - <string>Use as Pattern</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>exportButton</cstring> - </property> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Export</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>addButton</cstring> - </property> - <property name="text"> - <string>Add to Predefined Patterns</string> - </property> - </widget> - </vbox> - </widget> - </vbox> -</widget> -<tqlayoutdefaults spacing="6" margin="11"/> -</UI> |