<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>dlgChatJoin</class> <widget class="KDialog"> <property name="name"> <cstring>dlgChatJoin</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>291</width> <height>160</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>lblNick</cstring> </property> <property name="text"> <string>Nick:</string> </property> </widget> <widget class="TQLineEdit" row="1" column="1"> <property name="name"> <cstring>leServer</cstring> </property> </widget> <widget class="TQLineEdit" row="2" column="1"> <property name="name"> <cstring>leNick</cstring> </property> </widget> <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>leRoom</cstring> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>lblRoom</cstring> </property> <property name="text"> <string>Room:</string> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>lblServer</cstring> </property> <property name="text"> <string>Server:</string> </property> </widget> <widget class="TQLayoutWidget" row="3" column="1"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>41</width> <height>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>pbJoin</cstring> </property> <property name="text"> <string>&Join</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>pbBrowse</cstring> </property> <property name="text"> <string>Bro&wse</string> </property> </widget> </hbox> </widget> </grid> </widget> <connections> <connection> <sender>pbJoin</sender> <signal>clicked()</signal> <receiver>dlgChatJoin</receiver> <slot>slotJoin()</slot> </connection> <connection> <sender>pbBrowse</sender> <signal>clicked()</signal> <receiver>dlgChatJoin</receiver> <slot>slotBowse()</slot> </connection> </connections> <tabstops> <tabstop>leRoom</tabstop> <tabstop>leServer</tabstop> <tabstop>leNick</tabstop> </tabstops> <Q_SLOTS> <slot>slotBowse()</slot> <slot>slotJoin()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> </UI>