Dialog QML Type
A generic QtQuick dialog wrapper with standard buttons More...
Import Statement: | import QtQuick.Dialogs 1.1 |
Since: | Qt 5.3 |
Properties
- implementation : QObject
- visible : bool
Detailed Description
Dialog provides an item with a platform-tailored button box for a dialog. The implementation Item is the default property (the only allowed child element).
Property Documentation
The QML object which implements the dialog contents. Should be an Item.
visible : bool |
This property holds whether the dialog is visible. By default this is false.