<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>HistoryPrefsUI</class> <author>Olivier Goffart</author> <widget class="TQWidget"> <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="TQGroupBox"> <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="TQLabel" 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="TQLabel" 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="TQLabel" 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="TQCheckBox" 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>