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 --- parts/appwizard/importdlgbase.ui | 365 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 parts/appwizard/importdlgbase.ui (limited to 'parts/appwizard/importdlgbase.ui') diff --git a/parts/appwizard/importdlgbase.ui b/parts/appwizard/importdlgbase.ui new file mode 100644 index 00000000..101c8c58 --- /dev/null +++ b/parts/appwizard/importdlgbase.ui @@ -0,0 +1,365 @@ + +ImportDialogBase + + + import_dialog + + + + 0 + 0 + 437 + 293 + + + + Import Existing Project + + + + unnamed + + + + dir_label + + + &Directory: + + + urlinput_edit + + + + + vcsCombo + + + false + + + + 3 + 0 + 0 + 0 + + + + + + fetchModuleButton + + + false + + + + 0 + 0 + 0 + 0 + + + + Fetch &Module + + + false + + + + + textLabel1 + + + false + + + &Fetch from: + + + vcsCombo + + + + + name_label + + + Project &name: + + + name_edit + + + + + name_edit + + + + 3 + 0 + 1 + 0 + + + + + + Layout1 + + + + unnamed + + + 0 + + + + Spacer3 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + ok_button + + + &OK + + + true + + + + + cancel_button + + + &Cancel + + + + + + + project_combo + + + + 3 + 0 + 1 + 0 + + + + + + project_label + + + &Project type: + + + project_combo + + + + + line1 + + + HLine + + + Sunken + + + Horizontal + + + + + urlinput_edit + + + + + Spacer2 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + TextLabel5 + + + &Email: + + + email_edit + + + + + email_edit + + + + 3 + 0 + 1 + 0 + + + + If there exists a file AUTHOR in the +directory, and it has email addresses +formated as XXXX <.....> the XXXX +will be the author, everything between +<....> is the email address. + + + + + author_edit + + + + 3 + 0 + 1 + 0 + + + + If there exists a file AUTHOR in the +directory, and it has email addresses +formated as XXXX <.....> the XXXX +will be the author, everything between +<....> is the email address. + + + + + Spacer1 + + + Vertical + + + Minimum + + + + 20 + 20 + + + + + + author_label + + + &Author: + + + author_edit + + + + + infrastructureBox + + + true + + + Generate build system infrastructure + + + + + + + + + ok_button + clicked() + import_dialog + accept() + + + cancel_button + clicked() + import_dialog + reject() + + + project_combo + activated(const QString&) + import_dialog + projectTypeChanged(const QString&) + + + project_combo + activated(int) + import_dialog + projectTypeChanged(int) + + + + urlinput_edit + vcsCombo + fetchModuleButton + name_edit + project_combo + author_edit + email_edit + ok_button + cancel_button + + + kdialog.h + + + dirButtonClicked() + dirChanged() + projectTypeChanged(const QString &) + projectTypeChanged(int) + + + + + kurlrequester.h + klineedit.h + kpushbutton.h + + -- cgit v1.2.1