Package implementing the wizard interface.
It defines the interface to be implemented by individual wizards and common wizard methods.
Several different wizards are delivered with the eric4 distribution. These are:
ColorDialogWizard | Package implementing the color dialog wizard. |
FileDialogWizard | Package implementing the file dialog wizard. |
FontDialogWizard | Package implementing the font dialog wizard. |
InputDialogWizard | Package implementing the input dialog wizard. |
MessageBoxWizard | Package implementing the message box wizard. |
PyRegExpWizard | Package implementing the Python re wizard. |
QRegExpWizard | Package implementing the QRegExp wizard. |
Wizard | Module implementing the highlevel wizard functions. |
WizardIFace | Module defining the wizards interface to be implemented by individual wizards. |