aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/dialogs/systemdialogs/systemdialogs.qrc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-09-11 07:22:08 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-18 22:33:36 +0200
commitd375a65ce10d2854cf6a4643bc9ffb221df99494 (patch)
treef413ee872af2ec206151a12221bba9d9e49cd727 /examples/quick/dialogs/systemdialogs/systemdialogs.qrc
parent93ecd34c323852812f8f74a4fe6d7dad8e43f35a (diff)
Add FontDialog to QtQuick.Dialogs
As with FileDialog, it tries QPA, then QFontDialog, and falls back to a QML implementation (which is also provided here) if neither type of native dialog is available. The update of plugins.qmltypes files will be in a separate commit. Task-number: QTBUG-31852 Done-with: Shawn Rutledge <shawn.rutledge@digia.com> Change-Id: I066ebbcf44c413af26020ddf8414252b99f5218b Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'examples/quick/dialogs/systemdialogs/systemdialogs.qrc')
-rw-r--r--examples/quick/dialogs/systemdialogs/systemdialogs.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/dialogs/systemdialogs/systemdialogs.qrc b/examples/quick/dialogs/systemdialogs/systemdialogs.qrc
index e9a46022b2..df576577af 100644
--- a/examples/quick/dialogs/systemdialogs/systemdialogs.qrc
+++ b/examples/quick/dialogs/systemdialogs/systemdialogs.qrc
@@ -3,5 +3,6 @@
<file>systemdialogs.qml</file>
<file>FileDialogs.qml</file>
<file>ColorDialogs.qml</file>
+ <file>FontDialogs.qml</file>
</qresource>
</RCC>