ladybird/Userland/Libraries/LibGUI/Wizards
Nick Vella e241dba8d3 LibGUI: add a rudimentary framework for Wizards.
This patch provides the basic components needed for developers to create
consistent wizard interface experiences in their applications.
`WizardDialog` provides the dialog frame for the wizard, handling navigation
and presentation.
`AbstractWizardPage`s form the base class of Wizard pages, which are
pushed onto the `WizardDialog` page stack via `WizardDialog::push_page`.
`CoverWizardPage` and `WizardPage` are provided to ease the creation of
Wizard interfaces consistent with the Serenity visual language.
2021-02-27 07:31:55 +01:00
..
AbstractWizardPage.cpp LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
AbstractWizardPage.h LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
CoverWizardPage.cpp LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
CoverWizardPage.h LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
WizardDialog.cpp LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
WizardDialog.h LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
WizardPage.cpp LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
WizardPage.h LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00