2015-01-14 00:14:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2014-11-15 03:14:34 +02:00
|
|
|
<class>EmoticonsManager</class>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="QWidget" name="EmoticonsManager">
|
|
|
|
<property name="geometry">
|
2014-11-15 03:14:34 +02:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>630</width>
|
|
|
|
<height>419</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="windowTitle">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Emoticons Manager</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QListWidget" name="themeList">
|
|
|
|
<property name="iconSize">
|
2014-11-15 03:14:34 +02:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<item row="0" column="1" rowspan="2">
|
|
|
|
<widget class="QListWidget" name="emoList">
|
|
|
|
<property name="iconSize">
|
2014-11-15 03:14:34 +02:00
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<item row="0" column="2" rowspan="2">
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="margin">
|
2014-11-15 03:14:34 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btAdd">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Create a new emoticon</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Create a new emoticon by assigning it an icon and some text</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Add...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btEdit">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Modify the selected emoticon icon or text </string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Edit the selected emoticon to change its icon or its text</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Edit...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btRemoveEmoticon">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Remove the selected emoticon</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Remove the selected emoticon from your disk</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="orientation">
|
2014-11-15 03:14:34 +02:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2014-11-15 03:14:34 +02:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QVBoxLayout">
|
2014-11-15 03:14:34 +02:00
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="QCheckBox" name="cbStrict">
|
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Require spaces around emoticons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btNew">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Design a new emoticon theme</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<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>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>New Theme...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btInstall">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Install a theme archive file you already have locally</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>If you already have an emoticon theme archive locally, this button will unpack it and make it available for KDE applications</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Install Theme File...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-14 00:14:15 +00:00
|
|
|
<widget class="KPushButton" name="btRemoveTheme">
|
|
|
|
<property name="toolTip">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Remove the selected theme from your disk</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="whatsThis">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>This will remove the selected theme from your disk.</string>
|
|
|
|
</property>
|
2015-01-14 00:14:15 +00:00
|
|
|
<property name="text">
|
2014-11-15 03:14:34 +02:00
|
|
|
<string>Remove Theme</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KPushButton</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>kpushbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|