diff options
| author | Peter Penz <[email protected]> | 2009-01-14 19:26:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-14 19:26:23 +0000 |
| commit | 307285e9635a4bf584d6e5d7478876b90ef870f0 (patch) | |
| tree | db36cbbdc7996ab86c38be8f96fe83597d350dfb /src/tagcloud/newtagdialog.ui | |
| parent | 86d9c40ab71df5b8bd5063251337d5ca0c22380a (diff) | |
Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
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> |
