From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- .../custommakefiles/customotherconfigwidgetbase.ui | 288 +++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 buildtools/custommakefiles/customotherconfigwidgetbase.ui (limited to 'buildtools/custommakefiles/customotherconfigwidgetbase.ui') diff --git a/buildtools/custommakefiles/customotherconfigwidgetbase.ui b/buildtools/custommakefiles/customotherconfigwidgetbase.ui new file mode 100644 index 00000000..174391ae --- /dev/null +++ b/buildtools/custommakefiles/customotherconfigwidgetbase.ui @@ -0,0 +1,288 @@ + +CustomOtherConfigWidgetBase + + + CustomOtherConfigWidgetBase + + + + 0 + 0 + 659 + 600 + + + + Make Options + + + + unnamed + + + + layout3 + + + + unnamed + + + + defaultTarget_edit + + + + + makebin_edit + + + + + makeoptions_label + + + Add&itional options: + + + makeoptions_edit + + + + + makeoptions_edit + + + + + makebin_label + + + Name of build &script + + + makebin_edit + + + + + defTarget_label + + + Default &target: + + + defaultTarget_edit + + + + + + + layout2 + + + + unnamed + + + + prio_label + + + Run with priority: + + + jobs_box + + + + + prio_box + + + + 0 + 0 + 0 + 0 + + + + 19 + + + -20 + + + 0 + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 40 + 20 + + + + + + + + layout3 + + + + unnamed + + + + envs_label + + + + 1 + 5 + 0 + 0 + + + + E&nvironment: + + + envs_combo + + + + + envs_combo + + + + 3 + 0 + 0 + 0 + + + + true + + + + + addenvs_button + + + &Add + + + false + + + + + copyenvs_button + + + &Copy + + + false + + + + + removeenvs_button + + + Re&move + + + false + + + + + + + env_var_group + + + + 5 + 3 + 0 + 0 + + + + Environment &Variables + + + + + + + envs_combo + textChanged(const QString&) + CustomOtherConfigWidgetBase + envNameChanged(const QString&) + + + envs_combo + activated(const QString&) + CustomOtherConfigWidgetBase + envChanged(const QString&) + + + copyenvs_button + clicked() + CustomOtherConfigWidgetBase + envCopied() + + + addenvs_button + clicked() + CustomOtherConfigWidgetBase + envAdded() + + + removeenvs_button + clicked() + CustomOtherConfigWidgetBase + envRemoved() + + + + makebin_edit + makeoptions_edit + envs_combo + addenvs_button + copyenvs_button + removeenvs_button + + + kdialog.h + + + envNameChanged(const QString &) + envChanged(const QString&) + envAdded() + envRemoved() + envCopied() + + + + -- cgit v1.2.3