diff options
Diffstat (limited to 'parts/quickopen/quickopenfunctionchooseformbase.ui')
-rw-r--r-- | parts/quickopen/quickopenfunctionchooseformbase.ui | 231 |
1 files changed, 231 insertions, 0 deletions
diff --git a/parts/quickopen/quickopenfunctionchooseformbase.ui b/parts/quickopen/quickopenfunctionchooseformbase.ui new file mode 100644 index 00000000..09c872d9 --- /dev/null +++ b/parts/quickopen/quickopenfunctionchooseformbase.ui @@ -0,0 +1,231 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>QuickOpenFunctionChooseFormBase</class> +<widget class="QDialog"> + <property name="name"> + <cstring>QuickOpenFunctionChooseFormBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>642</width> + <height>373</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KSqueezedTextLabel" row="1" column="0" rowspan="1" colspan="4"> + <property name="name"> + <cstring>filepathlabel</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QPushButton" row="2" column="3"> + <property name="name"> + <cstring>cancelBtn</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + <widget class="QPushButton" row="2" column="2"> + <property name="name"> + <cstring>okBtn</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</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> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>File name:</string> + </property> + </widget> + <widget class="KListBox"> + <property name="name"> + <cstring>fileBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </vbox> + </widget> + <spacer row="2" column="0" rowspan="1" colspan="2"> + <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>261</width> + <height>31</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget" row="0" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Function arguments list:</string> + </property> + </widget> + <widget class="KListBox"> + <property name="name"> + <cstring>argBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="currentItem"> + <number>-1</number> + </property> + </widget> + </vbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>okBtn</sender> + <signal>clicked()</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>argBox</sender> + <signal>highlighted(int)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>slotFileChange(int)</slot> + </connection> + <connection> + <sender>fileBox</sender> + <signal>highlighted(int)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>slotArgsChange(int)</slot> + </connection> + <connection> + <sender>argBox</sender> + <signal>returnPressed(QListBoxItem*)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>argBox</sender> + <signal>clicked(QListBoxItem*)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>fileBox</sender> + <signal>returnPressed(QListBoxItem*)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>fileBox</sender> + <signal>clicked(QListBoxItem*)</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>cancelBtn</sender> + <signal>clicked()</signal> + <receiver>QuickOpenFunctionChooseFormBase</receiver> + <slot>reject()</slot> + </connection> +</connections> +<tabstops> + <tabstop>fileBox</tabstop> + <tabstop>argBox</tabstop> + <tabstop>okBtn</tabstop> + <tabstop>cancelBtn</tabstop> +</tabstops> +<slots> + <slot specifier="pure virtual">slotFileChange( int id )</slot> + <slot specifier="pure virtual">slotArgsChange( int id )</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>ksqueezedtextlabel.h</includehint> + <includehint>klistbox.h</includehint> + <includehint>klistbox.h</includehint> +</includehints> +</UI> |