<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>AutoReplacePrefsUI</class> <author>Roberto Pariset</author> <widget class="TQWidget"> <property name="name"> <cstring>AutoReplacePrefsUI</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>458</width> <height>378</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQGroupBox" row="0" column="0"> <property name="name"> <cstring>gb_sentences</cstring> </property> <property name="title"> <string>Sentence Options</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>DotEndSentence</cstring> </property> <property name="text"> <string>Add a dot at the end of each sent line</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>CapitalizeBeginningSentence</cstring> </property> <property name="text"> <string>Start each sent line with a capital letter</string> </property> </widget> </vbox> </widget> <widget class="TQGroupBox" row="2" column="0"> <property name="name"> <cstring>gb_options</cstring> </property> <property name="title"> <string>Replacement Options</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>AutoReplaceIncoming</cstring> </property> <property name="text"> <string>Auto replace on incoming messages</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>AutoReplaceOutgoing</cstring> </property> <property name="text"> <string>Auto replace on outgoing messages</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </vbox> </widget> <widget class="TQGroupBox" row="1" column="0"> <property name="name"> <cstring>replacementsGroup</cstring> </property> <property name="title"> <string>Replacements List</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget" row="1" column="1" rowspan="2" colspan="1"> <property name="name"> <cstring>layout5</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQPushButton"> <property name="name"> <cstring>m_add</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>&Add</string> </property> <property name="on"> <bool>false</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>m_edit</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Edit</string> </property> <property name="on"> <bool>false</bool> </property> </widget> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>m_remove</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Remove</string> </property> </widget> </vbox> </widget> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Te&xt:</string> </property> <property name="buddy" stdset="0"> <cstring>m_key</cstring> </property> </widget> <widget class="TQLineEdit"> <property name="name"> <cstring>m_key</cstring> </property> </widget> <widget class="TQLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Re&placement:</string> </property> <property name="buddy" stdset="0"> <cstring>m_value</cstring> </property> </widget> <widget class="TQLineEdit"> <property name="name"> <cstring>m_value</cstring> </property> </widget> </hbox> </widget> <widget class="TQListView" row="2" column="0"> <property name="name"> <cstring>m_list</cstring> </property> <property name="selectionMode"> <enum>Single</enum> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="showSortIndicator"> <bool>true</bool> </property> </widget> </grid> </widget> </grid> </widget> <layoutdefaults spacing="6" margin="11"/> </UI>