mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[qt6] Remove properties that do not exist anymore in Qt6.6
This commit is contained in:
parent
96a70c04ff
commit
02be73df65
7 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue