Wizard
A framework for wizard dialogs.
A wizard (also called an assistant on Mac OS X) is a special type of input dialog that consists of a sequence of pages. A wizard's purpose is to guide the user through a process step by step. Wizards are useful for complex or infrequent tasks that users may find difficult to learn.
The QtWizard widget inherits QDialog and represents a wizard. Each page is a QtWizardPage (a QWidget subclass). To create your own wizards, you can use these classes directly, or you can subclass them for more control.
This Qt Solutions component is for Qt 4. For Qt 3 Solutions, please visit the Qt 3 Solutions Catalog.
Documentation:
Classes
ExamplesTested on:
- Qt 4.2.1 / Windows XP / MSVC.NET 2003
- Qt 4.2.1 / Linux / gcc
- Qt 4.2.1 / SunOS 5.9 / SunC++
- Qt 4.2.1 / MacOS X 10.4 / gcc
Unsupported platforms:
Only the tested platforms are supported, however the classes should be platform independent and are likely to work on the platforms supported by Qt.
Download Commercial Edition:
Only available for Qt Solutions license holder with a valid Support and Maintenance agreement (authentication required).> <br>
Changes:
- 2.1: Added setDefaultProperty().
- 2.1: Bugfix: Make sure last page is also validated.
- 2.1: Various bugfixes.
- 2.0: Initial version.

