aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/dialogs/qquickcolordialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QtQuick.Dialogs: sync the docs with the implementationShawn Rutledge2013-06-271-8/+2
| | | | | | | | | | We've been using URLs instead of strings for some time now, just forgot to change the docs until now. Task-number: QTBUG-31847 Change-Id: I49a42282aeefb95e4d367397e2f290f4af65687e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Add ColorDialog to QtQuick.DialogsShawn Rutledge2013-03-181-0/+125
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>