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/parts/appwizard/filepropspagebase.ui

164 lines
5.8 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>FilePropsPageBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>410</width>
<height>366</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>GroupBox7</cstring>
</property>
<property name="title">
<string>Customize</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1_2</cstring>
</property>
<property name="text">
<string>Class name:</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="0">
<property name="name">
<cstring>classname_edit</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>TextLabel2_2</cstring>
</property>
<property name="text">
<string>Base class:</string>
</property>
</widget>
<widget class="KLineEdit" row="3" column="0">
<property name="name">
<cstring>baseclass_edit</cstring>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>headerfile_edit</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>implfile_label</cstring>
</property>
<property name="text">
<string>Implementation file:</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">
<property name="name">
<cstring>headerfile_label</cstring>
</property>
<property name="text">
<string>Header file:</string>
</property>
</widget>
<widget class="KLineEdit" row="3" column="1">
<property name="name">
<cstring>implfile_edit</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel5</cstring>
</property>
<property name="text">
<string>Classes:</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">
<property name="name">
<cstring>TextLabel6</cstring>
</property>
<property name="text">
<string>Description:</string>
</property>
</widget>
<widget class="TQListBox" row="1" column="0">
<property name="name">
<cstring>classes_listbox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="TQMultiLineEdit" row="1" column="1">
<property name="name">
<cstring>desc_textview</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string></string>
</property>
<property name="wordWrap">
<enum>WidgetWidth</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>classname_edit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>Form1</receiver>
<slot>slotClassnameChanged(const TQString&amp;)</slot>
</connection>
<connection>
<sender>classes_listbox</sender>
<signal>mouseButtonClicked(int,QListBoxItem*,const TQPoint&amp;)</signal>
<receiver>Form1</receiver>
<slot>slotSelectionChanged()</slot>
</connection>
</connections>
<tabstops>
<tabstop>classes_listbox</tabstop>
<tabstop>classname_edit</tabstop>
<tabstop>headerfile_edit</tabstop>
<tabstop>baseclass_edit</tabstop>
<tabstop>implfile_edit</tabstop>
</tabstops>
<slots>
<slot>slotSelectionChanged()</slot>
<slot>slotClassnameChanged(const TQString&amp;)</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>