CustomWizardPage Class
(ProjectExplorer::Internal::CustomWizardPage)The CustomWizardPage class provides a custom wizard page presenting the fields to be used and a path chooser at the bottom (for use by "class"/"file" wizards). More...
Header: | #include <CustomWizardPage> |
Inherits: | ProjectExplorer::Internal::CustomWizardFieldPage |
Additional Inherited Members
- 3 protected functions inherited from ProjectExplorer::Internal::CustomWizardFieldPage
Detailed Description
The CustomWizardPage class provides a custom wizard page presenting the fields to be used and a path chooser at the bottom (for use by "class"/"file" wizards).
Does validation on the Path chooser only (as the other fields can by validated by regexps).
See also ProjectExplorer::CustomWizard.