mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
e241dba8d3
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. |
||
---|---|---|
.. | ||
AbstractWizardPage.cpp | ||
AbstractWizardPage.h | ||
CoverWizardPage.cpp | ||
CoverWizardPage.h | ||
WizardDialog.cpp | ||
WizardDialog.h | ||
WizardPage.cpp | ||
WizardPage.h |