Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a button and an array of buttons, how can I, when I click on the button, wait until the button from the array is clicked, paint it a color, which my array button has?
property string currentColor ... Button { id: button1 color: currentColor } ... Button { id: button2 onClicked: currentColor = button2.color }