mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
WidgetGallery: Convert layout to GML and add new Icons gallery
This commit is contained in:
parent
0fc81d23f4
commit
35897651af
11 changed files with 1347 additions and 514 deletions
|
@ -1,8 +1,21 @@
|
|||
compile_gml(./GalleryGML/Window.gml WindowGML.h window_gml)
|
||||
compile_gml(./GalleryGML/BasicsTab.gml BasicsTabGML.h basics_tab_gml)
|
||||
compile_gml(./GalleryGML/SlidersTab.gml SlidersTabGML.h sliders_tab_gml)
|
||||
compile_gml(./GalleryGML/CursorsTab.gml CursorsTabGML.h cursors_tab_gml)
|
||||
compile_gml(./GalleryGML/IconsTab.gml IconsTabGML.h icons_tab_gml)
|
||||
compile_gml(./GalleryGML/WizardsTab.gml WizardsTabGML.h wizards_tab_gml)
|
||||
compile_gml(DemoWizardPage1.gml DemoWizardPage1GML.h demo_wizard_page_1_gml)
|
||||
compile_gml(DemoWizardPage2.gml DemoWizardPage2GML.h demo_wizard_page_2_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
GalleryWidget.cpp
|
||||
WindowGML.h
|
||||
BasicsTabGML.h
|
||||
SlidersTabGML.h
|
||||
CursorsTabGML.h
|
||||
IconsTabGML.h
|
||||
WizardsTabGML.h
|
||||
DemoWizardDialog.cpp
|
||||
DemoWizardPage1GML.h
|
||||
DemoWizardPage2GML.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue