1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 19:52:45 +00:00
serenity/Userland/Demos/WidgetGallery
Nick Vella 2b9098f540 WidgetGallery: add a simple Wizard demo :^)
The sample Wizard subclasses WizardDialog and demonstrates a front and
back cover, as well as extracting user input from a Wizard page to
display in the interface which spawned the Wizard.
2021-02-27 07:31:55 +01:00
..
CMakeLists.txt WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DemoWizardDialog.cpp WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DemoWizardDialog.h WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DemoWizardPage1.gml WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
DemoWizardPage2.gml WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00
main.cpp WidgetGallery: add a simple Wizard demo :^) 2021-02-27 07:31:55 +01:00