diff options
Diffstat (limited to 'part/kxechoosestringdialogbase.ui')
-rw-r--r-- | part/kxechoosestringdialogbase.ui | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/part/kxechoosestringdialogbase.ui b/part/kxechoosestringdialogbase.ui new file mode 100644 index 0000000..5fb8079 --- /dev/null +++ b/part/kxechoosestringdialogbase.ui @@ -0,0 +1,143 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KXEChooseStringDialogBase</class> +<comment>Dialog with combobox that allow enter +or select any string</comment> +<author>Lumir Vanek</author> +<widget class="QDialog"> + <property name="name"> + <cstring>KXEChooseStringDialogBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>228</width> + <height>137</height> + </rect> + </property> + <property name="caption"> + <string>Choose string</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QComboBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>m_pComboBox</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Enter string<b/> +<br/> +Enter or choose string, that you want.</string> + </property> + </widget> + <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>Layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </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>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>m_pPushButtonOk</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>m_pPushButtonCancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>m_pTextLabel</cstring> + </property> + <property name="text"> + <string>&Enter string:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>m_pComboBox</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Enter string<b/> +<br/> +Enter or choose string, that you want.</string> + </property> + </widget> + <spacer row="0" column="1"> + <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>117</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> +</widget> +<connections> + <connection> + <sender>m_pPushButtonCancel</sender> + <signal>clicked()</signal> + <receiver>KXEChooseStringDialogBase</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>m_pPushButtonOk</sender> + <signal>clicked()</signal> + <receiver>KXEChooseStringDialogBase</receiver> + <slot>slotOk()</slot> + </connection> +</connections> +<slots> + <slot access="protected">slotOk()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |