]> cloud.milkyroute.net Git - dolphin.git/blob - src/tagcloud/newtagdialog.ui
assure that no expensive operations are done when the Information Panel has been...
[dolphin.git] / src / tagcloud / newtagdialog.ui
1 <ui version="4.0" >
2 <class>NewTagDialog</class>
3 <widget class="QWidget" name="NewTagDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>390</width>
9 <height>149</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <widget class="KTitleWidget" native="1" name="m_labelTitle" />
15 </item>
16 <item>
17 <layout class="QHBoxLayout" >
18 <item>
19 <layout class="QVBoxLayout" >
20 <item>
21 <spacer>
22 <property name="orientation" >
23 <enum>Qt::Vertical</enum>
24 </property>
25 <property name="sizeType" >
26 <enum>QSizePolicy::Fixed</enum>
27 </property>
28 <property name="sizeHint" >
29 <size>
30 <width>20</width>
31 <height>5</height>
32 </size>
33 </property>
34 </spacer>
35 </item>
36 <item>
37 <widget class="QLabel" name="label_2" >
38 <property name="text" >
39 <string comment="@label Tag name">Name:</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="KLineEdit" name="m_editTagLabel" />
45 </item>
46 </layout>
47 </item>
48 <item>
49 <widget class="KIconButton" name="m_buttonTagIcon" >
50 <property name="sizePolicy" >
51 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
52 <horstretch>0</horstretch>
53 <verstretch>0</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="icon" >
57 <iconset/>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </item>
63 <item>
64 <spacer>
65 <property name="orientation" >
66 <enum>Qt::Vertical</enum>
67 </property>
68 <property name="sizeType" >
69 <enum>QSizePolicy::Fixed</enum>
70 </property>
71 <property name="sizeHint" >
72 <size>
73 <width>20</width>
74 <height>10</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 <item>
80 <widget class="QLabel" name="label" >
81 <property name="text" >
82 <string comment="@label">Detailed description (optional):</string>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="KLineEdit" name="m_editTagComment" />
88 </item>
89 </layout>
90 </widget>
91 <customwidgets>
92 <customwidget>
93 <class>KIconButton</class>
94 <extends>QPushButton</extends>
95 <header>kicondialog.h</header>
96 </customwidget>
97 <customwidget>
98 <class>KLineEdit</class>
99 <extends>QLineEdit</extends>
100 <header>klineedit.h</header>
101 </customwidget>
102 <customwidget>
103 <class>KTitleWidget</class>
104 <extends>QWidget</extends>
105 <header>ktitlewidget.h</header>
106 </customwidget>
107 </customwidgets>
108 <resources/>
109 <connections/>
110 </ui>