diff options
Diffstat (limited to 'src/tagcloud/newtagdialog.ui')
| -rw-r--r-- | src/tagcloud/newtagdialog.ui | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/src/tagcloud/newtagdialog.ui b/src/tagcloud/newtagdialog.ui deleted file mode 100644 index d9bd666b5..000000000 --- a/src/tagcloud/newtagdialog.ui +++ /dev/null @@ -1,110 +0,0 @@ -<ui version="4.0" > - <class>NewTagDialog</class> - <widget class="QWidget" name="NewTagDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>390</width> - <height>149</height> - </rect> - </property> - <layout class="QVBoxLayout" > - <item> - <widget class="KTitleWidget" native="1" name="m_labelTitle" /> - </item> - <item> - <layout class="QHBoxLayout" > - <item> - <layout class="QVBoxLayout" > - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>5</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label_2" > - <property name="text" > - <string comment="@label Tag name">Name:</string> - </property> - </widget> - </item> - <item> - <widget class="KLineEdit" name="m_editTagLabel" /> - </item> - </layout> - </item> - <item> - <widget class="KIconButton" name="m_buttonTagIcon" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="icon" > - <iconset/> - </property> - </widget> - </item> - </layout> - </item> - <item> - <spacer> - <property name="orientation" > - <enum>Qt::Vertical</enum> - </property> - <property name="sizeType" > - <enum>QSizePolicy::Fixed</enum> - </property> - <property name="sizeHint" > - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QLabel" name="label" > - <property name="text" > - <string comment="@label">Detailed description (optional):</string> - </property> - </widget> - </item> - <item> - <widget class="KLineEdit" name="m_editTagComment" /> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>KIconButton</class> - <extends>QPushButton</extends> - <header>kicondialog.h</header> - </customwidget> - <customwidget> - <class>KLineEdit</class> - <extends>QLineEdit</extends> - <header>klineedit.h</header> - </customwidget> - <customwidget> - <class>KTitleWidget</class> - <extends>QWidget</extends> - <header>ktitlewidget.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> |
