<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>dlgRegister</class> <widget class="TQDialog"> <property name="name"> <cstring>dlgRegister</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>338</width> <height>119</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="caption"> <string>Register with Jabber Service</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQGroupBox"> <property name="name"> <cstring>grpForm</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="margin"> <number>10</number> </property> <property name="title"> <string>Registration Form</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>lblWait</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Please wait while querying the server...</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer6</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> </vbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <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>20</width> <height>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>btnRegister</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Register</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>btnCancel</cstring> </property> <property name="text"> <string>&Cancel</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>dlgRegister</receiver> <slot>reject()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI>