On new generic project, show progress and dialog

Task-Nr: QTCREATORBUG-2226

Change-Id: I62e1c740a008663396960cfc12a05202f8800892
Reviewed-on: http://codereview.qt.nokia.com/594
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
This commit is contained in:
dt_
2011-06-21 17:12:44 +02:00
committed by Daniel Teske
parent cd737c7325
commit 86889dded8
7 changed files with 385 additions and 47 deletions

View File

@@ -50,7 +50,9 @@ class FileWizardPage;
namespace GenericProjectManager {
namespace Internal {
class GenericProjectWizardDialog : public Utils::Wizard
class FilesSelectionWizardPage;
class GenericProjectWizardDialog : public Utils::Wizard
{
Q_OBJECT
@@ -60,10 +62,13 @@ public:
QString path() const;
void setPath(const QString &path);
QStringList selectedFiles() const;
QStringList selectedPaths() const;
QString projectName() const;
Utils::FileWizardPage *m_firstPage;
FilesSelectionWizardPage *m_secondPage;
};
class GenericProjectWizard : public Core::BaseFileWizard