WizardPage Class
(Utils::WizardPage)QWizardPage with a couple of improvements More...
| Header: | #include <WizardPage> |
| Inherits: | QWizardPage |
| 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() |
- 17 public functions inherited from QWizardPage
- 213 public functions inherited from QWidget
Signals
| void | reportError(const QString &errorMessage) |
- 1 signal inherited from QWizardPage
- 3 signals inherited from QWidget
Additional Inherited Members
- 2 properties inherited from QWizardPage
- 58 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 5 static public members inherited from QWidget
- 4 protected functions inherited from QWizardPage
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
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.