aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/dialogs-private/dialogsprivateplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add FontDialog to QtQuick.DialogsLiang Qi2013-09-181-0/+66
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>