diff options
Diffstat (limited to 'kommander/editor/assoctexteditor.ui')
-rw-r--r-- | kommander/editor/assoctexteditor.ui | 222 |
1 files changed, 222 insertions, 0 deletions
diff --git a/kommander/editor/assoctexteditor.ui b/kommander/editor/assoctexteditor.ui new file mode 100644 index 00000000..e3258b73 --- /dev/null +++ b/kommander/editor/assoctexteditor.ui @@ -0,0 +1,222 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>AssocTextEditorBase</class> +<widget class="QDialog"> + <property name="name"> + <cstring>AssocTextEditorBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>627</width> + <height>457</height> + </rect> + </property> + <property name="caption"> + <string>Edit Text</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>&Widget:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>widgetsComboBox</cstring> + </property> + </widget> + <widget class="QComboBox"> + <property name="name"> + <cstring>widgetsComboBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>3</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>treeWidgetButton</cstring> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>&Text for:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>stateComboBox</cstring> + </property> + </widget> + <widget class="QComboBox"> + <property name="name"> + <cstring>stateComboBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>2</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </hbox> + </widget> + <widget class="QGroupBox" row="2" column="0"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="title"> + <string>Insert</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton"> + <property name="name"> + <cstring>functionButton</cstring> + </property> + <property name="text"> + <string>&Function...</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel"> + <property name="name"> + <cstring>TextLabel3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Wi&dget:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>widgetComboBox</cstring> + </property> + </widget> + <widget class="QComboBox"> + <property name="name"> + <cstring>widgetComboBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>3</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>150</width> + <height>0</height> + </size> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>filePushButton</cstring> + </property> + <property name="text"> + <string>Fi&le...</string> + </property> + </widget> + </hbox> + </widget> + <widget class="QFrame" row="1" column="0"> + <property name="name"> + <cstring>editorFrame</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>AssocTextEditorBase</sender> + <signal>destroyed(QObject*)</signal> + <receiver>AssocTextEditorBase</receiver> + <slot>AssocTextEditorBase_destroyed(QObject*)</slot> + </connection> +</connections> +<slots> + <slot>AssocTextEditorBase_destroyed(QObject*)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |