Qt 6.11 is out! See what's new in the release
blog
How can I change the color of a button on clicked?
-
I saw a video where you need to create a ui.qml file for each rectangle and set a binding. I have 25 button is there an easier way to do this?
property alias rectangleColor: rectangle.color
@Marianagb
a vague answer for a very generic question:
Use a Component and a Repeater.