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/parts/quickopen/quickopenfunctionchooseform...

231 lines
8.1 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QuickOpenFunctionChooseFormBase</class>
<widget class="TQDialog">
<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="TQPushButton" 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>&amp;Cancel</string>
</property>
</widget>
<widget class="TQPushButton" 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>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout1</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>File name:</string>
</property>
</widget>
<widget class="TDEListBox">
<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="TQLayoutWidget" 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="TQLabel">
<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="TDEListBox">
<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(TQListBoxItem*)</signal>
<receiver>QuickOpenFunctionChooseFormBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>argBox</sender>
<signal>clicked(TQListBoxItem*)</signal>
<receiver>QuickOpenFunctionChooseFormBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>fileBox</sender>
<signal>returnPressed(TQListBoxItem*)</signal>
<receiver>QuickOpenFunctionChooseFormBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>fileBox</sender>
<signal>clicked(TQListBoxItem*)</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"/>
<includes>
<include location="global" impldecl="in implementation">ksqueezedtextlabel.h</include>
<include location="global" impldecl="in implementation">tdelistbox.h</include>
</includes>
</UI>