The qnx.dialog package contains the functionality used to create, manipulate, and position dialogs. Dialogs are used to prompt the user, to alert the user, and to enable you to perform tasks such as logging in to a system and changing your password.
| Class | Description | |
|---|---|---|
| AlertDialog | The AlertDialog class encapsulates the properties of an alert dialog, which is used to display system-level or application-level alerts to the user. | |
| BaseDialog | The BaseDialog class is the base class for all dialogs in the system. | |
| DialogAlign | The DialogAlign class contains values that are used to define the vertical position of the dialog. | |
| DialogButtonProperty | The DialogButtonProperty class contains dialog button properties. | |
| DialogPosition | The DialogPosition class contains values that are used to define the position of the dialog on the screen. | |
| DialogSize | The DialogSize class contains the values that are used to define the size of a dialog. | |
| LoginDialog | The LoginDialog class encapsulates the properties of a login dialog. | |
| PasswordChangeDialog | The PasswordChangeDialog class encapsulates the properties of a password set/change dialog. | |
| PopupList | The PopupList class encapsulates the properties of a dropdown or popup list class within a dialog. | |
| PromptDialog | The PromptDialog class encapsulates the properties of a prompt dialog. |