diff options
Diffstat (limited to 'languages/kjssupport/subclassingdlgbase.ui')
-rw-r--r-- | languages/kjssupport/subclassingdlgbase.ui | 253 |
1 files changed, 253 insertions, 0 deletions
diff --git a/languages/kjssupport/subclassingdlgbase.ui b/languages/kjssupport/subclassingdlgbase.ui new file mode 100644 index 00000000..fea5ef6d --- /dev/null +++ b/languages/kjssupport/subclassingdlgbase.ui @@ -0,0 +1,253 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>SubclassingDlgBase</class> +<widget class="QDialog"> + <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>Implement Slots</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="title"> + <string>Properties</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" 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="QCheckBox" 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> + <widget class="QListView" 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="QLabel" 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="QLineEdit" row="1" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>m_edFileName</cstring> + </property> + </widget> + <widget class="QLabel" 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="QLabel" 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="QLineEdit" row="0" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>m_edClassName</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="QPushButton" 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="QPushButton" 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 QString&)</signal> + <receiver>SubclassingDlgBase</receiver> + <slot>onChangedClassName()</slot> + </connection> +</connections> +<tabstops> + <tabstop>m_edClassName</tabstop> + <tabstop>m_edFileName</tabstop> + <tabstop>m_slotView</tabstop> + <tabstop>reformat_box</tabstop> + <tabstop>reformatDefault_box</tabstop> + <tabstop>m_btnOk</tabstop> + <tabstop>m_btnCancel</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<slots> + <slot>onChangedClassName()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |