WizardPage Class
(Utils::WizardPage)QWizardPage with a couple of improvements More...
Header: | #include <WizardPage> |
Inherited By: | ProjectExplorer::Internal::ProjectWizardPage, Utils::FileWizardPage, Utils::ProjectIntroPage, and Utils::ShellCommandPage |
Public Functions
WizardPage(QWidget *parent = 0) | |
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 = 0)
Default constructs an instance of WizardPage.