WizardPage Class

(Utils::WizardPage)

QWizardPage with a couple of improvements More...

Public Functions

WizardPage(QWidget *parent = nullptr)
virtual bool handleAccept()
virtual bool handleReject()
virtual void pageWasAdded()

Signals

void reportError(const QString &errorMessage)

Detailed Description

QWizardPage with a couple of improvements

Adds a way to register fields so that a Utils::Wizard can check whether those fields are actually defined and a new method that is called once the page was added to the wizard.

Member Function Documentation

WizardPage::WizardPage(QWidget *parent = nullptr)

Default constructs an instance of WizardPage.

[virtual] bool WizardPage::handleAccept()

[virtual] bool WizardPage::handleReject()

[virtual] void WizardPage::pageWasAdded()

[signal] void WizardPage::reportError(const QString &errorMessage)