[qt6] Remove properties that do not exist anymore in Qt6.6

This commit is contained in:
Candice Bentéjac 2024-10-01 12:23:26 +02:00
parent 96a70c04ff
commit 02be73df65
7 changed files with 7 additions and 11 deletions

View file

@ -444,7 +444,7 @@ RowLayout {
ColorDialog {
id: colorDialog
title: "Please choose a color"
color: attribute.value
selectedColor: attribute.value
onAccepted: {
colorText.text = color
// Artificially trigger change of attribute value