mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +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:
parent
039114b728
commit
8e77c72a5c
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/david072
Commit: 8e77c72a5c
Pull-request: https://github.com/SerenityOS/serenity/pull/21976
Issue: https://github.com/SerenityOS/serenity/issues/21713
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ
4 changed files with 147 additions and 0 deletions
|
@ -26,6 +26,7 @@ class CheckBox;
|
|||
class ComboBox;
|
||||
class Command;
|
||||
class CommandPalette;
|
||||
class DatePicker;
|
||||
class Dialog;
|
||||
class DialogButton;
|
||||
class DragEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue