<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>SubclassingDlgBase</class> <widget class="TQDialog"> <property name="name"> <cstring>SubclassingDlgBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>588</width> <height>493</height> </rect> </property> <property name="caption"> <string>Create Subclass</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQGroupBox" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>groupBox1</cstring> </property> <property name="title"> <string>Subclass Properties</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>&Specialize following slots:</string> </property> <property name="buddy" stdset="0"> <cstring>m_slotView</cstring> </property> </widget> <widget class="KLineEdit" row="0" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>m_edClassName</cstring> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>C&lass name:</string> </property> <property name="buddy" stdset="0"> <cstring>m_edClassName</cstring> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>F&ile name:</string> </property> <property name="buddy" stdset="0"> <cstring>m_edFileName</cstring> </property> </widget> <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>m_edFileName</cstring> </property> </widget> <widget class="TQListView" row="3" column="0" rowspan="1" colspan="3"> <column> <property name="text"> <string>Method</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Access</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Specifier</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Return Type</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Type</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>m_slotView</cstring> </property> </widget> <widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>reformat_box</cstring> </property> <property name="text"> <string>Re&format source</string> </property> </widget> <widget class="TQCheckBox" row="4" column="2"> <property name="name"> <cstring>reformatDefault_box</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Reformat source by &default</string> </property> </widget> </grid> </widget> <widget class="TQPushButton" row="1" column="1"> <property name="name"> <cstring>m_btnOk</cstring> </property> <property name="text"> <string>C&reate</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="TQPushButton" row="1" column="2"> <property name="name"> <cstring>m_btnCancel</cstring> </property> <property name="text"> <string>&Cancel</string> </property> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>110</width> <height>20</height> </size> </property> </spacer> </grid> </widget> <connections> <connection> <sender>m_btnOk</sender> <signal>clicked()</signal> <receiver>SubclassingDlgBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>m_btnCancel</sender> <signal>clicked()</signal> <receiver>SubclassingDlgBase</receiver> <slot>reject()</slot> </connection> <connection> <sender>m_edClassName</sender> <signal>textChanged(const TQString&)</signal> <receiver>SubclassingDlgBase</receiver> <slot>onChangedClassName()</slot> </connection> </connections> <slots> <slot>onChangedClassName()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> </includes> </UI>