Skip to content

Use QtQuick.Dialogs.ColorDialog on Android

Carl Schwan requested to merge work/carl/use-qtdialog-color-android into master

Qt.Labs.Platform.ColorDialog has the issue that it brings a QtWidgets dependency but works better on desktop. QtQuick.Dialogs.ColorDialog is the other way around, so use them depending on the platforms.

Merge request reports