<?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[How to flash Qcheckbox when a Qpushbotton is pressed]]></title><description><![CDATA[<p dir="auto">Hello Everyone,<br />
I want to check and immediately uncheck a Qcheckbox so that it feels like its flashing when i push a button. How I can do it<br />
Thanks in Advance</p>
]]></description><link>https://forum.qt.io/topic/78502/how-to-flash-qcheckbox-when-a-qpushbotton-is-pressed</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 23:10:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/78502.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Apr 2017 13:55:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to flash Qcheckbox when a Qpushbotton is pressed on Fri, 21 Apr 2017 15:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rockon209">@<bdi>rockon209</bdi></a><br />
this is my idea</p>
<p dir="auto">setup a <code>QTimer</code><br />
connect <code>QTimer</code>'s <code>timeout</code> signal to a slot that set the <code>QCheckBox</code> to unchecked<br />
set the <code>QCheckBox</code> to checked and start the <code>QTimer</code> when push the <code>QPushBotton</code></p>
]]></description><link>https://forum.qt.io/post/389154</link><guid isPermaLink="true">https://forum.qt.io/post/389154</guid><dc:creator><![CDATA[Flotisable]]></dc:creator><pubDate>Fri, 21 Apr 2017 15:09:38 GMT</pubDate></item></channel></rss>