Dialogs
Dialog windows and dialog helpers.
Dialogs are higher-level windows used to show messages, request user input, or collect forms.
They typically integrate with your App styling and localization.
Key types
- Dialog: base dialog window
- MessageDialog: message dialog
- MessageBox: message box helpers
- QueryDialog: query/input dialog
- QueryBox: query box helpers