<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>RemoteCtrl</class> <widget class="TQDialog"> <property name="name"> <cstring>RemoteCtrl</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>279</width> <height>185</height> </rect> </property> <property name="caption"> <string>Remote control</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQLineEdit"> <property name="name"> <cstring>textToSend</cstring> </property> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer5_2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQPushButton"> <property name="name"> <cstring>sText</cstring> </property> <property name="text"> <string>Send &Text</string> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>sImage</cstring> </property> <property name="text"> <string>Send &Image...</string> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>sPalette</cstring> </property> <property name="text"> <string>Send &Palette...</string> </property> </widget> <spacer> <property name="name" stdset="0"> <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>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>quitButton</cstring> </property> <property name="text"> <string>&Quit</string> </property> </widget> </vbox> </widget> </hbox> </widget> <connections> <connection> <sender>quitButton</sender> <signal>clicked()</signal> <receiver>RemoteCtrl</receiver> <slot>close()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI>