diff options
Diffstat (limited to 'kopete/protocols/msn/config/msnprefs.ui')
-rw-r--r-- | kopete/protocols/msn/config/msnprefs.ui | 217 |
1 files changed, 0 insertions, 217 deletions
diff --git a/kopete/protocols/msn/config/msnprefs.ui b/kopete/protocols/msn/config/msnprefs.ui deleted file mode 100644 index 13817584..00000000 --- a/kopete/protocols/msn/config/msnprefs.ui +++ /dev/null @@ -1,217 +0,0 @@ -<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> -<class>msnPrefsUI</class> -<author>Duncan Mac-Vicar P.</author> -<widget class="TQWidget"> - <property name="name"> - <cstring>msnPrefsUI</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>522</width> - <height>347</height> - </rect> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>TextLabel3_2_2_2_3</cstring> - </property> - <property name="font"> - <font> - <bold>1</bold> - </font> - </property> - <property name="text"> - <string>General</string> - </property> - </widget> - <widget class="TQFrame"> - <property name="name"> - <cstring>Frame3_3_3_2_3</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>HLine</enum> - </property> - <property name="frameShadow"> - <enum>Sunken</enum> - </property> - </widget> - <widget class="TQCheckBox"> - <property name="name"> - <cstring>NotifyNewChat</cstring> - </property> - <property name="text"> - <string>&Automatically open a chat window when someone starts a conversation</string> - </property> - </widget> - <widget class="TQCheckBox"> - <property name="name"> - <cstring>AutoDownloadPicture</cstring> - </property> - <property name="text"> - <string>&Automatically download the display picture if possible</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - <widget class="TQCheckBox"> - <property name="name"> - <cstring>useCustomEmoticons</cstring> - </property> - <property name="text"> - <string>Download and show custom emoticons (experimental)</string> - </property> - </widget> - <widget class="TQLabel"> - <property name="name"> - <cstring>TextLabel1_3_3_3</cstring> - </property> - <property name="text"> - <string></string> - </property> - </widget> - <widget class="TQLabel"> - <property name="name"> - <cstring>TextLabel3_2_2_2_2</cstring> - </property> - <property name="font"> - <font> - <bold>1</bold> - </font> - </property> - <property name="text"> - <string>Away Messages</string> - </property> - </widget> - <widget class="TQFrame"> - <property name="name"> - <cstring>Frame3_3_3_2_2</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShape"> - <enum>HLine</enum> - </property> - <property name="frameShadow"> - <enum>Sunken</enum> - </property> - </widget> - <widget class="TQCheckBox"> - <property name="name"> - <cstring>SendAwayMessages</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>0</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Send &away messages</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>layout18</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel3</cstring> - </property> - <property name="text"> - <string>Do not send more than one away message every</string> - </property> - </widget> - <widget class="KIntNumInput"> - <property name="name"> - <cstring>AwayMessageSeconds</cstring> - </property> - <property name="value"> - <number>90</number> - </property> - <property name="minValue"> - <number>1</number> - </property> - </widget> - <widget class="TQLabel"> - <property name="name"> - <cstring>textLabel4</cstring> - </property> - <property name="text"> - <string>seconds</string> - </property> - </widget> - </hbox> - </widget> - <spacer> - <property name="name"> - <cstring>spacer7</cstring> - </property> - <property name="orientation"> - <enum>Vertical</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>21</width> - <height>70</height> - </size> - </property> - </spacer> - </vbox> -</widget> -<connections> - <connection> - <sender>SendAwayMessages</sender> - <signal>toggled(bool)</signal> - <receiver>AwayMessageSeconds</receiver> - <slot>setEnabled(bool)</slot> - </connection> -</connections> -<tabstops> - <tabstop>NotifyNewChat</tabstop> - <tabstop>AutoDownloadPicture</tabstop> - <tabstop>useCustomEmoticons</tabstop> - <tabstop>SendAwayMessages</tabstop> - <tabstop>AwayMessageSeconds</tabstop> -</tabstops> -<includes> - <include location="global" impldecl="in implementation">knuminput.h</include> -</includes> -<layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> -</includehints> -</UI> |