diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/plugins/history/historyprefsui.ui | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/history/historyprefsui.ui')
-rw-r--r-- | kopete/plugins/history/historyprefsui.ui | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/kopete/plugins/history/historyprefsui.ui b/kopete/plugins/history/historyprefsui.ui new file mode 100644 index 00000000..5942a07a --- /dev/null +++ b/kopete/plugins/history/historyprefsui.ui @@ -0,0 +1,187 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>HistoryPrefsUI</class> +<author>Olivier Goffart</author> +<widget class="QWidget"> + <property name="name"> + <cstring>HistoryPrefsWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>363</width> + <height>212</height> + </rect> + </property> + <property name="caption"> + <string>HistoryPrefsWidget</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>grpChatHistory</cstring> + </property> + <property name="title"> + <string>Chat History</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>lblNoLinesPerPage</cstring> + </property> + <property name="text"> + <string>Number of messages per page:</string> + </property> + <property name="whatsThis" stdset="0"> + <string>The number of messages that are shown when browsing history in the chat window</string> + </property> + </widget> + <widget class="KIntSpinBox" row="3" column="1"> + <property name="name"> + <cstring>Number_ChatWindow</cstring> + </property> + <property name="maxValue"> + <number>32768</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>10</number> + </property> + <property name="whatsThis" stdset="0"> + <string>The number of message that are shown when borwsing history in the chat window</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>colorLabel</cstring> + </property> + <property name="text"> + <string>Color of messages:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>History_color</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Color of history messages in the chat window</string> + </property> + </widget> + <widget class="KColorButton" row="2" column="1"> + <property name="name"> + <cstring>History_color</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="color"> + <color> + <red>170</red> + <green>170</green> + <blue>127</blue> + </color> + </property> + <property name="whatsThis" stdset="0"> + <string>Color of history messages in the chat window</string> + </property> + </widget> + <widget class="KIntSpinBox" row="1" column="1"> + <property name="name"> + <cstring>Number_Auto_chatwindow</cstring> + </property> + <property name="maxValue"> + <number>32768</number> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="value"> + <number>7</number> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the number of messages that will be added automatically in the chat window when opening a new chat.</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>numberLabel</cstring> + </property> + <property name="text"> + <string>Number of messages to show:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>Number_Auto_chatwindow</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the number of messages that will be added automatically in the chat window when opening a new chat.</string> + </property> + </widget> + <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>chkShowPrevious</cstring> + </property> + <property name="text"> + <string>Show chat history in new chats</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>When a new chat is opened, automatically add the last few messages between you and that contact.</string> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>31</width> + <height>90</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>chkShowPrevious</sender> + <signal>toggled(bool)</signal> + <receiver>numberLabel</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>chkShowPrevious</sender> + <signal>toggled(bool)</signal> + <receiver>Number_Auto_chatwindow</receiver> + <slot>setEnabled(bool)</slot> + </connection> +</connections> +<tabstops> + <tabstop>chkShowPrevious</tabstop> + <tabstop>Number_Auto_chatwindow</tabstop> + <tabstop>History_color</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>kcolorbutton.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |