diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /buildtools/autotools/choosetargetdlgbase.ui | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'buildtools/autotools/choosetargetdlgbase.ui')
-rw-r--r-- | buildtools/autotools/choosetargetdlgbase.ui | 222 |
1 files changed, 222 insertions, 0 deletions
diff --git a/buildtools/autotools/choosetargetdlgbase.ui b/buildtools/autotools/choosetargetdlgbase.ui new file mode 100644 index 00000000..3581e595 --- /dev/null +++ b/buildtools/autotools/choosetargetdlgbase.ui @@ -0,0 +1,222 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ChooseTargetDlgBase</class> +<widget class="QWidget"> + <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="QButtonGroup"> + <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="QRadioButton"> + <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="QRadioButton"> + <property name="name"> + <cstring>chooseTargetRadioButton</cstring> + </property> + <property name="text"> + <string>Choose &another target</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QGroupBox"> + <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="QLabel" 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="QLabel" 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="QGroupBox"> + <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="QLabel"> + <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="alignment"> + <set>AlignVCenter</set> + </property> + </widget> + </vbox> + </widget> + <widget class="QCheckBox"> + <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> +<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> +</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> |