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/buildtools/autotools/choosetargetdlgbase.ui

218 lines
8.0 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ChooseTargetDlgBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>ChooseTargetDlgBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>444</width>
<height>306</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>444</width>
<height>306</height>
</size>
</property>
<property name="caption">
<string>Automake Manager - Choose Target</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>buttonGroup1</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="title">
<string></string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>activeTargetRadioButton</cstring>
</property>
<property name="text">
<string>Add new files to m&amp;y active target</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>chooseTargetRadioButton</cstring>
</property>
<property name="text">
<string>Choose &amp;another target</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>chosenTargetGroupBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Choose &amp;Target</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KHistoryCombo" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>subprojectComboBox</cstring>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
<widget class="KHistoryCombo" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>targetComboBox</cstring>
</property>
<property name="duplicatesEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>targetStaticLabel</cstring>
</property>
<property name="font">
<font>
</font>
</property>
<property name="text">
<string>Target:</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>chosenTargetLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>[TARGET]</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>&amp;New Files</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<property name="name">
<cstring>newFileList</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>cancelNoticeLabel</cstring>
</property>
<property name="text">
<string>&lt;qt&gt;&lt;b&gt;Note:&lt;/b&gt; If you cancel, your files will be created but will &lt;b&gt;not&lt;/b&gt; be added to the project.&lt;/qt&gt;</string>
</property>
<property name="alignment">
<set>AlignVCenter</set>
</property>
</widget>
</vbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>neverAskAgainCheckbox</cstring>
</property>
<property name="text">
<string>Do &amp;not ask me again and use always my active target</string>
</property>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>activeTargetRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>chosenTargetGroupBox</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>activeTargetRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>subprojectComboBox</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>activeTargetRadioButton</sender>
<signal>toggled(bool)</signal>
<receiver>targetComboBox</receiver>
<slot>setDisabled(bool)</slot>
</connection>
</connections>
<tabstops>
<tabstop>activeTargetRadioButton</tabstop>
<tabstop>chooseTargetRadioButton</tabstop>
<tabstop>subprojectComboBox</tabstop>
<tabstop>targetComboBox</tabstop>
<tabstop>newFileList</tabstop>
<tabstop>neverAskAgainCheckbox</tabstop>
</tabstops>
<slots>
<slot access="protected">slotActiveTargetToggled(bool)</slot>
<slot access="protected">slotChooseTargetToggled(bool)</slot>
<slot access="private">slotSubprojectChanged(const TQString&amp;)</slot>
<slot access="private">slotTargetChanged(const TQString&amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>