forked from qt-creator/qt-creator
Wizards: Add dialog to investigate wizard state
Add an action to trigger it (not bound to any key sequence by default). Change-Id: I52ed9107fcbcb8c6b5ae1e4c4768250e405e141a Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -72,12 +72,20 @@ public:
|
||||
// will return true for all fields registered via Utils::WizardPage::registerFieldWithName(...)
|
||||
bool hasField(const QString &name) const;
|
||||
void registerFieldName(const QString &name);
|
||||
QSet<QString> fieldNames() const;
|
||||
|
||||
virtual QHash<QString, QVariant> variables() const;
|
||||
|
||||
public slots:
|
||||
void showVariables();
|
||||
|
||||
signals:
|
||||
void nextClicked(); /* workaround for QWizard behavior where page->initialize is
|
||||
* called before currentIdChanged */
|
||||
|
||||
protected:
|
||||
virtual QString stringify(const QVariant &v) const;
|
||||
virtual QString evaluate(const QVariant &v) const;
|
||||
bool event(QEvent *event);
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user