forked from qt-creator/qt-creator
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:
@@ -374,7 +374,7 @@ void JsonWizardFactory::runWizard(const QString &path, QWidget *parent, const QS
|
||||
for (auto i = variables.constBegin(); i != variables.constEnd(); ++i)
|
||||
wizard.setProperty(i.key().toUtf8(), i.value());
|
||||
|
||||
wizard.setValue(QStringLiteral("GivenPath"), path);
|
||||
wizard.setValue(QStringLiteral("InitialPath"), path);
|
||||
wizard.setValue(QStringLiteral("Platform"), platform);
|
||||
|
||||
QString kindStr = QLatin1String(Core::Constants::WIZARD_KIND_UNKNOWN);
|
||||
|
||||
Reference in New Issue
Block a user