<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>MessageDialog</class> <widget class="TQDialog"> <property name="name"> <cstring>MessageDialog</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>511</width> <height>282</height> </rect> </property> <property name="caption"> <string>Message Log</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KTextEdit"> <property name="name"> <cstring>messagePane</cstring> </property> <property name="textFormat"> <enum>LogText</enum> </property> <property name="wordWrap"> <enum>FixedColumnWidth</enum> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="undoRedoEnabled"> <bool>false</bool> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQPushButton"> <property name="name"> <cstring>btnClear</cstring> </property> <property name="text"> <string>C&lear</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> <spacer> <property name="name"> <cstring>Horizontal Spacing2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>300</width> <height>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>btnClose</cstring> </property> <property name="text"> <string>&Close</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>btnClose</sender> <signal>clicked()</signal> <receiver>MessageDialog</receiver> <slot>close()</slot> </connection> <connection> <sender>btnClear</sender> <signal>clicked()</signal> <receiver>messagePane</receiver> <slot>clear()</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">messagedialog.ui.h</include> </includes> <Q_SLOTS> <slot specifier="non virtual">addMessage( const TQString & msg )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">ktextedit.h</include> </includes> </UI>