aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/shared.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-01-08 17:30:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-04 09:15:22 +0100
commitb45f742dd8c533cff0767d2dfbe68ea9fd19a522 (patch)
tree7a5a7a320a432bb0fa1e7fec6d546d09efd7de56 /examples/quick/shared/shared.qrc
parent84c41e4c7e22774e18d1462fcf4ca907a960900c (diff)
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 <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/shared/shared.qrc')
-rw-r--r--examples/quick/shared/shared.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/shared/shared.qrc b/examples/quick/shared/shared.qrc
index fba2d3eb82..cbc782f2c7 100644
--- a/examples/quick/shared/shared.qrc
+++ b/examples/quick/shared/shared.qrc
@@ -5,6 +5,8 @@
<file>Button.qml</file>
<file>Slider.qml</file>
<file>images/slider_handle.png</file>
+ <file>CheckBox.qml</file>
+ <file>ToolButton.qml</file>
<file>images/back.png</file>
<file>images/next.png</file>
</qresource>