From b45f742dd8c533cff0767d2dfbe68ea9fd19a522 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Tue, 8 Jan 2013 17:30:49 +0100 Subject: adding QtQuick.Dialogs, with FileDialog implementation This will obsolete the QFileDialogItem in desktop components and be available to all QtQuick applications. The QML FileDialog type is dynamically defined in the plugin by detecting which implementation will work on the current platform. Change-Id: I073c7a84bff6c02cf592dc46822a5a4b9c9bcaea Reviewed-by: Jens Bache-Wiig --- src/imports/dialogs/qmldir | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/imports/dialogs/qmldir (limited to 'src/imports/dialogs/qmldir') diff --git a/src/imports/dialogs/qmldir b/src/imports/dialogs/qmldir new file mode 100644 index 0000000000..50867d7361 --- /dev/null +++ b/src/imports/dialogs/qmldir @@ -0,0 +1,2 @@ +plugin dialogplugin +typeinfo plugins.qmltypes -- cgit v1.2.3