<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>NewMode</class> <widget class="TQDialog"> <property name="name"> <cstring>NewMode</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>309</width> <height>341</height> </rect> </property> <property name="caption"> <string>New Mode</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KListView"> <column> <property name="text"> <string>Remote Controls</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>theRemotes</cstring> </property> <property name="fullWidth"> <bool>true</bool> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>tqlayout11</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>textLabel5</cstring> </property> <property name="text"> <string>Name:</string> </property> </widget> <widget class="TQLineEdit"> <property name="name"> <cstring>theName</cstring> </property> </widget> </hbox> </widget> <widget class="Line"> <property name="name"> <cstring>line2</cstring> </property> <property name="frameShape"> <enum>HLine</enum> </property> <property name="frameShadow"> <enum>Sunken</enum> </property> <property name="orientation"> <enum>Horizontal</enum> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>tqlayout12</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>61</width> <height>21</height> </size> </property> </spacer> <widget class="KPushButton"> <property name="name"> <cstring>kPushButton6</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&OK</string> </property> </widget> <widget class="KPushButton"> <property name="name"> <cstring>kPushButton5</cstring> </property> <property name="text"> <string>&Cancel</string> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>kPushButton6</sender> <signal>clicked()</signal> <receiver>NewMode</receiver> <slot>accept()</slot> </connection> <connection> <sender>kPushButton5</sender> <signal>clicked()</signal> <receiver>NewMode</receiver> <slot>reject()</slot> </connection> <connection> <sender>theName</sender> <signal>textChanged(const TQString&)</signal> <receiver>NewMode</receiver> <slot>slotTextChanged(const TQString&)</slot> </connection> </connections> <includes> <include location="local" impldecl="in implementation">newmode.ui.h</include> </includes> <Q_SLOTS> <slot>slotTextChanged( const TQString & newText )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>klistview.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI>