Wizard Class
(Utils::Wizard)The Wizard class implements a wizard with a progress bar on the left. More...
Header: | #include <Wizard> |
Inherited By: |
Properties
Public Functions
Wizard(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr) | |
~Wizard() override | |
QSet<QString> | fieldNames() const |
T * | find() const |
bool | hasField(const QString &name) const |
bool | isAutomaticProgressCreationEnabled() const |
void | registerFieldName(const QString &name) |
void | setAutomaticProgressCreationEnabled(bool enabled) |
void | setStartId(int pageId) |
void | showVariables() |
virtual QHash<QString, QVariant> | variables() const |
WizardProgress * | wizardProgress() const |
Protected Functions
virtual QString | evaluate(const QVariant &v) const |
bool | event(QEvent *event) override |
virtual QString | stringify(const QVariant &v) const |
Detailed Description
The Wizard class implements a wizard with a progress bar on the left.
Informs the user about the progress.
Property Documentation
automaticProgressCreationEnabled : bool
Access functions:
bool | isAutomaticProgressCreationEnabled() const |
void | setAutomaticProgressCreationEnabled(bool enabled) |
Member Function Documentation
Wizard::Wizard(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr)
Default constructs an instance of Wizard.
Wizard::~Wizard()
Destroys the instance of Wizard.