2 <class>EmoticonsManager</class>
3 <widget class="QWidget" name="EmoticonsManager" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Emoticons Manager</string>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" >
17 <widget class="QListWidget" name="themeList" >
18 <property name="iconSize" >
26 <item rowspan="2" row="0" column="1" >
27 <widget class="QListWidget" name="emoList" >
28 <property name="iconSize" >
36 <item rowspan="2" row="0" column="2" >
37 <layout class="QVBoxLayout" >
38 <property name="margin" >
42 <widget class="KPushButton" name="btAdd" >
43 <property name="toolTip" >
44 <string>Create a new emoticon</string>
46 <property name="whatsThis" >
47 <string>Create a new emoticon by assigning it an icon and some text</string>
49 <property name="text" >
50 <string>Add...</string>
55 <widget class="KPushButton" name="btEdit" >
56 <property name="toolTip" >
57 <string>Modify the selected emoticon icon or text </string>
59 <property name="whatsThis" >
60 <string>Edit the selected emoticon to change its icon or its text</string>
62 <property name="text" >
63 <string>Edit...</string>
68 <widget class="KPushButton" name="btRemoveEmoticon" >
69 <property name="toolTip" >
70 <string>Remove the selected emoticon</string>
72 <property name="whatsThis" >
73 <string>Remove the selected emoticon from your disk</string>
75 <property name="text" >
76 <string>Remove</string>
82 <property name="orientation" >
83 <enum>Qt::Vertical</enum>
85 <property name="sizeHint" stdset="0" >
95 <item row="1" column="0" >
96 <layout class="QVBoxLayout" >
98 <widget class="QCheckBox" name="cbStrict" >
99 <property name="text" >
100 <string>Require spaces around emoticons</string>
105 <widget class="KPushButton" name="btNew" >
106 <property name="toolTip" >
107 <string>Design a new emoticon theme</string>
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>
112 <property name="text" >
113 <string>New Theme...</string>
118 <widget class="KPushButton" name="btGetNew" >
119 <property name="toolTip" >
120 <string>Get new themes from the Internet</string>
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>
125 <property name="text" >
126 <string>Get New Themes...</string>
131 <widget class="KPushButton" name="btInstall" >
132 <property name="toolTip" >
133 <string>Install a theme archive file you already have locally</string>
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>
138 <property name="text" >
139 <string>Install Theme File...</string>
144 <widget class="KPushButton" name="btRemoveTheme" >
145 <property name="toolTip" >
146 <string>Remove the selected theme from your disk</string>
148 <property name="whatsThis" >
149 <string>This will remove the selected theme from your disk.</string>
151 <property name="text" >
152 <string>Remove Theme</string>
162 <class>KPushButton</class>
163 <extends>QPushButton</extends>
164 <header>kpushbutton.h</header>