1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

LibGUI: Add a date picker dialog

This adds a simple date picker dialog using the existing GUI::Calendar.
This commit is contained in:
david072 2023-10-28 07:48:19 +02:00 committed by Andrew Kaster
parent 039114b728
commit 8e77c72a5c
4 changed files with 147 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class CheckBox;
class ComboBox;
class Command;
class CommandPalette;
class DatePicker;
class Dialog;
class DialogButton;
class DragEvent;