Dialogs

Dialogs are a set of predefined modal windows that are common when using a UI system, such as:

  • notification (dialogs that show an error or a message)
  • save/open (dialogs that allow you to select the name of one or more files to be saved or opened)
  • folder selection (a dialog that allows you to select a folder)
  • window management (a dialog that provides window management throughout the entire AppCUI system)

All dialogs are available via the appcui::dialogs module.