<?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[Cursor blinking]]></title><description><![CDATA[<p dir="auto">When hoding down Key_Enter in a textedit, the cursor stops blinking, turns on while key is down and when the key is released it starts to blink again.</p>
<p dir="auto">I'm catching Key_Enter in keyPressEvent(QKeyEvent *e) like:</p>
<p dir="auto">@if (e-&gt;key() == Qt::Key_Enter)<br />
{<br />
qDebug() &lt;&lt; "Enter pressed!";<br />
return;<br />
}@</p>
<p dir="auto">The problem is, that even when holding down the enter key, the cursor always blinks, i.e. it wont turn on for the period of key down.</p>
<p dir="auto">Please, how to fix this so that it looks like regular behavior?</p>
]]></description><link>https://forum.qt.io/topic/24838/cursor-blinking</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 16:35:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/24838.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Mar 2013 21:21:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cursor blinking on Fri, 08 Mar 2013 16:45:12 GMT]]></title><description><![CDATA[<p dir="auto">Done. <a href="https://bugreports.qt-project.org/browse/QTBUG-30120" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt-project.org/browse/QTBUG-30120</a></p>
]]></description><link>https://forum.qt.io/post/169617</link><guid isPermaLink="true">https://forum.qt.io/post/169617</guid><dc:creator><![CDATA[ecir.hana]]></dc:creator><pubDate>Fri, 08 Mar 2013 16:45:12 GMT</pubDate></item><item><title><![CDATA[Reply to Cursor blinking on Wed, 06 Mar 2013 10:20:31 GMT]]></title><description><![CDATA[<p dir="auto">I am not sure, I am not too deeply into the editor code of creator.</p>
<p dir="auto">If you have a small example app that demonstrates that Qt is not behaving naturally on some platform, then please report a bug. That is the only reliable way to bring something to the attention of the developers working on that particular piece of code.</p>
]]></description><link>https://forum.qt.io/post/169316</link><guid isPermaLink="true">https://forum.qt.io/post/169316</guid><dc:creator><![CDATA[tobias.hunger]]></dc:creator><pubDate>Wed, 06 Mar 2013 10:20:31 GMT</pubDate></item><item><title><![CDATA[Reply to Cursor blinking on Tue, 05 Mar 2013 17:28:53 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the comment but are you sure this is a bug? Qt Creator, for instance, does the blinking correctly so perhaps there is just some trick how to force the blink timer to restart on keydown..?</p>
]]></description><link>https://forum.qt.io/post/169230</link><guid isPermaLink="true">https://forum.qt.io/post/169230</guid><dc:creator><![CDATA[ecir.hana]]></dc:creator><pubDate>Tue, 05 Mar 2013 17:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cursor blinking on Tue, 05 Mar 2013 13:24:30 GMT]]></title><description><![CDATA[<p dir="auto">Have you considered to "file a bug report":<a href="https://bugreports.qt-project.org/" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt-project.org/</a> ? Some information (Qt version used, OS you are running on) as well as a simple test case would help.</p>
]]></description><link>https://forum.qt.io/post/169204</link><guid isPermaLink="true">https://forum.qt.io/post/169204</guid><dc:creator><![CDATA[tobias.hunger]]></dc:creator><pubDate>Tue, 05 Mar 2013 13:24:30 GMT</pubDate></item></channel></rss>