Dialog QML Type

A generic QtQuick dialog wrapper with standard buttons More...

Import Statement: import QtQuick.Dialogs 1.1
Since: Qt 5.3

Properties

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

implementation : QObject

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.