aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/dialogs/WidgetColorDialog.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add ColorDialog to QtQuick.DialogsShawn Rutledge2013-03-181-0/+44
As with FileDialog, it tries QPA, then QColorDialog, and falls back to a QML implementation (which is also provided here) if neither type of native dialog is available. Change-Id: I384928e1f7322bb6b867d4618d07c88c70e3cbfe Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>