diff options
Diffstat (limited to 'languages/lib/designer_integration/implementationwidgetbase.ui')
-rw-r--r-- | languages/lib/designer_integration/implementationwidgetbase.ui | 267 |
1 files changed, 267 insertions, 0 deletions
diff --git a/languages/lib/designer_integration/implementationwidgetbase.ui b/languages/lib/designer_integration/implementationwidgetbase.ui new file mode 100644 index 00000000..1a39d39e --- /dev/null +++ b/languages/lib/designer_integration/implementationwidgetbase.ui @@ -0,0 +1,267 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>CreateImplemenationWidgetBase</class> +<widget class="QDialog"> + <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="QLayoutWidget" 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="QPushButton"> + <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>&OK</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton"> + <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>&Cancel</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QButtonGroup" 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="QRadioButton" row="0" column="0"> + <property name="name"> + <cstring>createButton</cstring> + </property> + <property name="text"> + <string>Create &new class</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="KListView" 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="QLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>classNameLabel</cstring> + </property> + <property name="text"> + <string>C&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="QRadioButton" row="3" column="0"> + <property name="name"> + <cstring>useButton</cstring> + </property> + <property name="text"> + <string>Use &existing class</string> + </property> + </widget> + <widget class="QLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout2_2</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>fileNameLabel</cstring> + </property> + <property name="text"> + <string>&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 QString&)</signal> + <receiver>CreateImplemenationWidgetBase</receiver> + <slot>classNameChanged(const QString&)</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 QString &)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klistview.h</includehint> +</includehints> +</UI> |