You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/kjssupport/subclassingdlgbase.ui

254 lines
9.6 KiB

<!DOCTYPE UI><UI version="3.2" 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>Implement Slots</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>Properties</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>reformat_box</cstring>
</property>
<property name="text">
<string>Re&amp;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 &amp;default</string>
</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="TQLabel" row="2" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>&amp;Specialize following slots:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_slotView</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="1" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>m_edFileName</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&amp;ile name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_edFileName</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&amp;lass name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_edClassName</cstring>
</property>
</widget>
<widget class="TQLineEdit" row="0" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>m_edClassName</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>m_btnOk</cstring>
</property>
<property name="text">
<string>C&amp;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>&amp;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&amp;)</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>