From ccb088a6beaff01419ec9325dbd19040f279b6ea Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 7 Feb 2014 16:29:31 +0100 Subject: QtQuick.Dialogs: added Dialog: wrapper for arbitrary content It provides only a button box, so the application developer can supply the rest of the dialog contents. This is useful for various kinds of dialogs that prompt the user for input. [ChangeLog][QtQuickDialogs][Dialog] Dialog is a new wrapper component for dialogs with standard buttons and custom content items. Change-Id: I0434bed5f504820dc0a668cb993a94980f99852a Reviewed-by: Liang Qi --- examples/quick/dialogs/systemdialogs/systemdialogs.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/quick/dialogs/systemdialogs/systemdialogs.qml') diff --git a/examples/quick/dialogs/systemdialogs/systemdialogs.qml b/examples/quick/dialogs/systemdialogs/systemdialogs.qml index 4b44a1e63..f3372ea0f 100644 --- a/examples/quick/dialogs/systemdialogs/systemdialogs.qml +++ b/examples/quick/dialogs/systemdialogs/systemdialogs.qml @@ -67,5 +67,9 @@ ApplicationWindow { title: "Message Dialog" MessageDialogs { anchors.fill:parent } } + Tab { + title: "Custom Dialogs" + CustomDialogs { anchors.fill:parent } + } } } -- cgit v1.2.3