<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>DlgSendRaw</class> <widget class="TQDialog"> <property name="name"> <cstring>DlgSendRaw</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>519</width> <height>233</height> </rect> </property> <property name="caption"> <string>Send Raw XML Packet</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout4</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>lblInfo</cstring> </property> <property name="paletteForegroundColor"> <color> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> <property name="text"> <string>Type in the packet that should be sent to the server:</string> </property> <property name="buddy" stdset="0"> <cstring>lblRealStatus</cstring> </property> </widget> <widget class="TQTextEdit"> <property name="name"> <cstring>tePacket</cstring> </property> </widget> <widget class="TQComboBox"> <item> <property name="text"> <string>User Defined</string> </property> </item> <item> <property name="text"> <string>Account Deletion</string> </property> </item> <item> <property name="text"> <string>Availability Status</string> </property> </item> <item> <property name="text"> <string>Last Active Time</string> </property> </item> <item> <property name="text"> <string>Message with Body</string> </property> </item> <item> <property name="text"> <string>Message with Subject</string> </property> </item> <item> <property name="text"> <string>Add Roster Item</string> </property> </item> <item> <property name="text"> <string>Delete Roster Item</string> </property> </item> <item> <property name="text"> <string>Subscription</string> </property> </item> <property name="name"> <cstring>inputWidget</cstring> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQPushButton"> <property name="name"> <cstring>btnClear</cstring> </property> <property name="text"> <string>Clea&r</string> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>btnSend</cstring> </property> <property name="text"> <string>&Send</string> </property> </widget> <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>16</width> <height>25</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>btnClose</cstring> </property> <property name="text"> <string>&Close</string> </property> </widget> </hbox> </widget> </vbox> </widget> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> </UI>