JsonWizard: Add File- and Summary pages

These reuse the existing pages we use for other wizards.

Change-Id: Ic505204e0988a6b44d112da35748f81d9f8e2c1f
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2014-09-18 15:20:06 +02:00
parent 9ebb63c78f
commit f51fcacacb
14 changed files with 545 additions and 9 deletions

View File

@@ -243,7 +243,7 @@ static inline AddNewTree *getChoices(const QStringList &generatedFiles,
// --------------------------------------------------------------------
ProjectWizardPage::ProjectWizardPage(QWidget *parent) :
QWizardPage(parent),
WizardPage(parent),
m_ui(new Ui::WizardPage),
m_model(0),
m_repositoryExists(false)