Add color property to ColorDialog

CURA-11193
This commit is contained in:
Erwan MATHIEU 2023-10-20 10:38:35 +02:00
parent e121d2fa80
commit 0ff069a8dd

View file

@ -9,4 +9,7 @@ import QtQuick.Dialogs
// due for deprication, use Qt Color Dialog instead
ColorDialog
{
id: root
property alias color: root.selectedColor
}