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/languages/cpp/pcsimporter/qt4importer/settingsdialogbase.ui

80 lines
2.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SettingsDialogBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>SettingsDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>346</width>
<height>275</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Qt4 include directories:
Only the selected entry will be used</string>
</property>
</widget>
<widget class="TQPushButton" row="2" column="1">
<property name="name">
<cstring>addUrlButton</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
</widget>
<widget class="KURLRequester" row="2" column="0">
<property name="name">
<cstring>qtUrl</cstring>
</property>
</widget>
<widget class="KListBox" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>qtListBox</cstring>
</property>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>qtListBox</sender>
<signal>selectionChanged(TQListBoxItem*)</signal>
<receiver>SettingsDialogBase</receiver>
<slot>slotSelectionChanged(TQListBoxItem*)</slot>
</connection>
</connections>
<Q_SIGNALS>
<signal>enabled(int)</signal>
</Q_SIGNALS>
<Q_SLOTS>
<slot>slotSelectionChanged(TQListBoxItem*)</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kurlrequester.h</includehint>
<includehint>klineedit.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>klistbox.h</includehint>
</includehints>
</UI>