ladybird/Userland/Demos/WidgetGallery
Sam Atkins f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Unfortunately, most of the users are inside constructors, (and two
others are inside callback lambdas) so the error can't propagate, but
that can be improved later.
2021-12-24 05:11:52 -08:00
..
GalleryGML Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
CMakeLists.txt WidgetGallery: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
DemoWizardDialog.cpp WidgetGallery: Use TRY() a lot more :^) 2021-11-25 08:49:31 +01:00
DemoWizardDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DemoWizardPage1.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
DemoWizardPage2.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
GalleryModels.h LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
GalleryWidget.cpp LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 2021-12-24 05:11:52 -08:00
GalleryWidget.h WidgetGallery: Add GUI::ValueSlider widget 2021-09-11 11:37:39 +02:00
main.cpp WidgetGallery: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00