Qt Quick Dialogs QML Types▲
This QML module contains types for creating and interacting with system dialogs.
To use the types in this module, import the module with the following line:
Sélectionnez
import
QtQuick.Dialogs 1.3
-
ColorDialog: Dialog component for choosing a color.
-
Dialog: A generic QtQuick dialog wrapper with standard buttons.
-
FileDialog: Dialog component for choosing files from a local filesystem.
-
FontDialog: Dialog component for choosing a font.
-
MessageDialog: Dialog component for displaying popup messages.