add more spacing
[personal-kdebase.git] / runtime / kcontrol / emoticons / emoticonslist.ui
blobba7254291a4d1aa68a9ce953567c580f4c9bd4f4
1 <ui version="4.0" >
2  <class>EmoticonsManager</class>
3  <widget class="QWidget" name="EmoticonsManager" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>630</width>
9     <height>419</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Emoticons Manager</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QListWidget" name="themeList" >
18      <property name="iconSize" >
19       <size>
20        <width>22</width>
21        <height>22</height>
22       </size>
23      </property>
24     </widget>
25    </item>
26    <item rowspan="2" row="0" column="1" >
27     <widget class="QListWidget" name="emoList" >
28      <property name="iconSize" >
29       <size>
30        <width>22</width>
31        <height>22</height>
32       </size>
33      </property>
34     </widget>
35    </item>
36    <item rowspan="2" row="0" column="2" >
37     <layout class="QVBoxLayout" >
38      <property name="margin" >
39       <number>0</number>
40      </property>
41      <item>
42       <widget class="KPushButton" name="btAdd" >
43        <property name="toolTip" >
44         <string>Create a new emoticon</string>
45        </property>
46        <property name="whatsThis" >
47         <string>Create a new emoticon by assigning it an icon and some text</string>
48        </property>
49        <property name="text" >
50         <string>Add...</string>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <widget class="KPushButton" name="btEdit" >
56        <property name="toolTip" >
57         <string>Modify the selected emoticon icon or text </string>
58        </property>
59        <property name="whatsThis" >
60         <string>Edit the selected emoticon to change its icon or its text</string>
61        </property>
62        <property name="text" >
63         <string>Edit...</string>
64        </property>
65       </widget>
66      </item>
67      <item>
68       <widget class="KPushButton" name="btRemoveEmoticon" >
69        <property name="toolTip" >
70         <string>Remove the selected emoticon</string>
71        </property>
72        <property name="whatsThis" >
73         <string>Remove the selected emoticon from your disk</string>
74        </property>
75        <property name="text" >
76         <string>Remove</string>
77        </property>
78       </widget>
79      </item>
80      <item>
81       <spacer>
82        <property name="orientation" >
83         <enum>Qt::Vertical</enum>
84        </property>
85        <property name="sizeHint" stdset="0" >
86         <size>
87          <width>20</width>
88          <height>40</height>
89         </size>
90        </property>
91       </spacer>
92      </item>
93     </layout>
94    </item>
95    <item row="1" column="0" >
96     <layout class="QVBoxLayout" >
97      <item>
98       <widget class="QCheckBox" name="cbStrict" >
99        <property name="text" >
100         <string>Require spaces around emoticons</string>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <widget class="KPushButton" name="btNew" >
106        <property name="toolTip" >
107         <string>Design a new emoticon theme</string>
108        </property>
109        <property name="whatsThis" >
110         <string>Start a new theme by assigning it a name. Then use the Add button on the right to add emoticons to this theme.</string>
111        </property>
112        <property name="text" >
113         <string>New Theme...</string>
114        </property>
115       </widget>
116      </item>
117      <item>
118       <widget class="KPushButton" name="btGetNew" >
119        <property name="toolTip" >
120         <string>Get new themes from the Internet</string>
121        </property>
122        <property name="whatsThis" >
123         <string>You need to be connected to the Internet to use this action. A dialog will display a list of emoticon themes from the http://www.kde.org website. Clicking the Install button associated with a theme will install this theme locally.</string>
124        </property>
125        <property name="text" >
126         <string>Get New Themes...</string>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <widget class="KPushButton" name="btInstall" >
132        <property name="toolTip" >
133         <string>Install a theme archive file you already have locally</string>
134        </property>
135        <property name="whatsThis" >
136         <string>If you already have an emoticon theme archive locally, this button will unpack it and make it available for KDE applications</string>
137        </property>
138        <property name="text" >
139         <string>Install Theme File...</string>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="KPushButton" name="btRemoveTheme" >
145        <property name="toolTip" >
146         <string>Remove the selected theme from your disk</string>
147        </property>
148        <property name="whatsThis" >
149         <string>This will remove the selected theme from your disk.</string>
150        </property>
151        <property name="text" >
152         <string>Remove Theme</string>
153        </property>
154       </widget>
155      </item>
156     </layout>
157    </item>
158   </layout>
159  </widget>
160  <customwidgets>
161   <customwidget>
162    <class>KPushButton</class>
163    <extends>QPushButton</extends>
164    <header>kpushbutton.h</header>
165   </customwidget>
166  </customwidgets>
167  <resources/>
168  <connections/>
169 </ui>