<!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="tqminimumSize"> <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&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 &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 &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>&New Files</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KListView"> <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><qt><b>Note:</b> If you cancel, your files will be created but will <b>not</b> be added to the project.</qt></string> </property> <property name="tqalignment"> <set>AlignVCenter</set> </property> </widget> </vbox> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>neverAskAgainCheckbox</cstring> </property> <property name="text"> <string>Do &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> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> <Q_SLOTS> <slot access="protected">slotActiveTargetToggled(bool)</slot> <slot access="protected">slotChooseTargetToggled(bool)</slot> <slot access="private">slotSubprojectChanged(const QString&)</slot> <slot access="private">slotTargetChanged(const QString&)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kcombobox.h</includehint> <includehint>klineedit.h</includehint> <includehint>kcombobox.h</includehint> <includehint>klineedit.h</includehint> <includehint>klistview.h</includehint> </includehints> </UI>