<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Button that change color when another button pressed]]></title><description><![CDATA[<p dir="auto">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?</p>
]]></description><link>https://forum.qt.io/topic/157353/button-that-change-color-when-another-button-pressed</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 20:13:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/157353.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jun 2024 21:47:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Button that change color when another button pressed on Fri, 21 Jun 2024 09:38:08 GMT]]></title><description><![CDATA[<p dir="auto">property string currentColor<br />
...<br />
Button {<br />
id: button1<br />
color: currentColor<br />
}<br />
...<br />
Button {<br />
id: button2<br />
onClicked: currentColor = button2.color<br />
}</p>
]]></description><link>https://forum.qt.io/post/803164</link><guid isPermaLink="true">https://forum.qt.io/post/803164</guid><dc:creator><![CDATA[len1n8919]]></dc:creator><pubDate>Fri, 21 Jun 2024 09:38:08 GMT</pubDate></item></channel></rss>