<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>dlgServices</class> <widget class="TQDialog"> <property name="name"> <cstring>dlgServices</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>446</width> <height>292</height> </rect> </property> <property name="caption"> <string>Jabber Service Management</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>lblServer</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Server:</string> </property> </widget> <widget class="TQLineEdit"> <property name="name"> <cstring>leServer</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>btnQuery</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Query Server</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> </hbox> </widget> <widget class="TQListView"> <column> <property name="text"> <string>Jid</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Name</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>lvServices</cstring> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>111</width> <height>21</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>btnRegister</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Register</string> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>btnBrowse</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Browse</string> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>btnClose</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Close</string> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>btnClose</sender> <signal>clicked()</signal> <receiver>dlgServices</receiver> <slot>close()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI>