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:
parent
039114b728
commit
8e77c72a5c
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