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 --- buildtools/ada/adaproject_optionsdlgbase.ui | 472 ++++++++++++++++++++++++++++ 1 file changed, 472 insertions(+) create mode 100644 buildtools/ada/adaproject_optionsdlgbase.ui (limited to 'buildtools/ada/adaproject_optionsdlgbase.ui') diff --git a/buildtools/ada/adaproject_optionsdlgbase.ui b/buildtools/ada/adaproject_optionsdlgbase.ui new file mode 100644 index 00000000..72e99f74 --- /dev/null +++ b/buildtools/ada/adaproject_optionsdlgbase.ui @@ -0,0 +1,472 @@ + +AdaProjectOptionsDlgBase + + + AdaProjectOptionsDlgBase + + + true + + + + 0 + 0 + 600 + 480 + + + + Ada Compiler + + + + unnamed + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 160 + + + + + + configuration_layout + + + + unnamed + + + + + config_label + + + + 1 + 5 + 0 + 0 + + + + Configuration: + + + + + config_combo + + + + 3 + 0 + 0 + 0 + + + + true + + + + + Spacer17_2 + + + Horizontal + + + Fixed + + + + 20 + 8 + + + + + + addconfig_button + + + Add + + + + + removeconfig_button + + + Remove + + + + + Spacer18_2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + + + options_button + + + + 0 + 0 + 0 + 0 + + + + + 30 + 32767 + + + + ... + + + + + options_label + + + + 4 + 5 + 0 + 0 + + + + Compiler &options: + + + compiler_box + + + + + compiler_label + + + + 4 + 5 + 0 + 0 + + + + Ada &compiler: + + + compiler_box + + + + + exec_edit + + + + + options_edit + + + + + compiler_box + + + + + exec_label + + + + 4 + 5 + 0 + 0 + + + + Compiler co&mmand: + + + compiler_box + + + + + configuration_line + + + HLine + + + Sunken + + + Horizontal + + + + + spacer11 + + + Vertical + + + Fixed + + + + 20 + 16 + + + + + + spacer12 + + + Vertical + + + Fixed + + + + 20 + 16 + + + + + + mainSourceUrl + + + + 0 + 26 + + + + WheelFocus + + + + + mainSourceLabel + + + + 4 + 5 + 0 + 0 + + + + Main &source file: + + + compiler_box + + + + + spacer13 + + + Vertical + + + Fixed + + + + 20 + 30 + + + + + + spacer7 + + + Horizontal + + + Expanding + + + + 400 + 20 + + + + + + defaultopts_button + + + Load Default Compiler Options + + + + + + + compiler_box + activated(const QString&) + AdaProjectOptionsDlgBase + compiler_box_activated(const QString&) + + + removeconfig_button + clicked() + AdaProjectOptionsDlgBase + configRemoved() + + + config_combo + textChanged(const QString&) + AdaProjectOptionsDlgBase + configComboTextChanged(const QString&) + + + config_combo + activated(const QString&) + AdaProjectOptionsDlgBase + configChanged(const QString&) + + + addconfig_button + clicked() + AdaProjectOptionsDlgBase + configAdded() + + + options_button + clicked() + AdaProjectOptionsDlgBase + optionsButtonClicked() + + + exec_edit + textChanged(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + options_edit + textChanged(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + mainSourceUrl + textChanged(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + mainSourceUrl + urlSelected(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + compiler_box + activated(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + compiler_box + textChanged(const QString&) + AdaProjectOptionsDlgBase + setDirty() + + + defaultopts_button + clicked() + AdaProjectOptionsDlgBase + setDefaultOptions() + + + defaultopts_button + clicked() + AdaProjectOptionsDlgBase + setDirty() + + + + compiler_box + exec_edit + options_edit + options_button + mainSourceUrl + config_combo + addconfig_button + removeconfig_button + + + compiler_box_activated(const QString&) + addconfig_button_clicked() + configRemoved() + configComboTextChanged(const QString&) + configChanged(const QString&) + optionsButtonClicked() + configAdded() + setDirty() + setDefaultOptions() + + + kdialog.h + + + + + qwidget.h + kurlrequester.h + klineedit.h + kpushbutton.h + + -- cgit v1.2.1