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/lib/designer_integration/implementationwidgetbase.ui

269 lines
10 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>CreateImplemenationWidgetBase</class>
<widget class="TQDialog">
<property name="name">
<cstring>CreateImplemenationWidgetBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>518</width>
<height>353</height>
</rect>
</property>
<property name="caption">
<string>Create or Select Implementation Class</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>okButton</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>cancelButton</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQButtonGroup" row="0" column="0">
<property name="name">
<cstring>buttonGroup1</cstring>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton" row="0" column="0">
<property name="name">
<cstring>createButton</cstring>
</property>
<property name="text">
<string>Create &amp;new class</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TDEListView" row="4" column="0">
<column>
<property name="text">
<string>Class Name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>File</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>classView</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>classNameLabel</cstring>
</property>
<property name="text">
<string>C&amp;lass name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>classNameEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>classNameEdit</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="TQRadioButton" row="3" column="0">
<property name="name">
<cstring>useButton</cstring>
</property>
<property name="text">
<string>Use &amp;existing class</string>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="0">
<property name="name">
<cstring>layout2_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>fileNameLabel</cstring>
</property>
<property name="text">
<string>&amp;File name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>fileNameEdit</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>fileNameEdit</cstring>
</property>
</widget>
</vbox>
</widget>
</grid>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>CreateImplemenationWidgetBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>CreateImplemenationWidgetBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>createButton</sender>
<signal>toggled(bool)</signal>
<receiver>classNameLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>createButton</sender>
<signal>toggled(bool)</signal>
<receiver>classNameEdit</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>useButton</sender>
<signal>toggled(bool)</signal>
<receiver>classView</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>createButton</sender>
<signal>toggled(bool)</signal>
<receiver>fileNameLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>createButton</sender>
<signal>toggled(bool)</signal>
<receiver>fileNameEdit</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>classNameEdit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>CreateImplemenationWidgetBase</receiver>
<slot>classNameChanged(const TQString&amp;)</slot>
</connection>
</connections>
<tabstops>
<tabstop>createButton</tabstop>
<tabstop>classNameEdit</tabstop>
<tabstop>fileNameEdit</tabstop>
<tabstop>classView</tabstop>
<tabstop>okButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
<slots>
<slot access="protected">classNameChanged(const TQString &amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>