<?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[Read cursor position as it changes using &#96;HoverHandler&#96;?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'm building an application using QtQuick/QML and I require getting an updated position of the cursor relative to my widget as it changes (user hovers the cursor) to update some UI stuff. (I'm using <code>QQuickFramebufferObject</code>).</p>
<p dir="auto">I tried to use <code>HoverHandler</code>, but the only signals it has are <code>grabChanged</code> and <code>canceled</code> and none example covers my simple use case.</p>
]]></description><link>https://forum.qt.io/topic/164730/read-cursor-position-as-it-changes-using-hoverhandler</link><generator>RSS for Node</generator><lastBuildDate>Tue, 23 Jun 2026 06:48:09 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164730.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 May 2026 21:39:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Read cursor position as it changes using &#96;HoverHandler&#96;? on Mon, 01 Jun 2026 12:08:02 GMT]]></title><description><![CDATA[<p dir="auto"><code>HoverHandler</code> has a <a href="https://doc.qt.io/qt-6/qml-qtquick-hoverhandler.html#point-prop" target="_blank" rel="noopener noreferrer nofollow ugc"><code>point</code> property</a> which has a <a href="https://doc.qt.io/qt-6/qml-qtquick-handlerpoint.html#position-prop" target="_blank" rel="noopener noreferrer nofollow ugc"><code>position</code> property</a>.</p>
<p dir="auto">Alternatively since you are implementing your QQFBO in c++ you can override <code>hoverMoveEvent</code> and handle it there (after calling  <code>setAcceptHoverEvents</code>).</p>
]]></description><link>https://forum.qt.io/post/838495</link><guid isPermaLink="true">https://forum.qt.io/post/838495</guid><dc:creator><![CDATA[GrecKo]]></dc:creator><pubDate>Mon, 01 Jun 2026 12:08:02 GMT</pubDate></item></channel></rss>