<?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[QGraphicsItem::hoverEnterEvent &amp; entering a QGraphicsItem WITHOUT moving the mouse]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">If the cursor enters some QGraphicsItem because the user moved his mouse, <code>QGraphicsItem::hoverEnterEvent</code> is called. But if the cursor enters the QGraphicsItem because an animation moved that QGraphicsItem towards the cursor, <code>QGraphicsItem::hoverEnterEvent</code> isn't called. Is there a simple way to fix that?</p>
]]></description><link>https://forum.qt.io/topic/60540/qgraphicsitem-hoverenterevent-entering-a-qgraphicsitem-without-moving-the-mouse</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 20:21:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/60540.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Nov 2015 20:51:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QGraphicsItem::hoverEnterEvent &amp; entering a QGraphicsItem WITHOUT moving the mouse on Wed, 11 Nov 2015 11:57:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>  Thank you!</p>
]]></description><link>https://forum.qt.io/post/297561</link><guid isPermaLink="true">https://forum.qt.io/post/297561</guid><dc:creator><![CDATA[Pippin]]></dc:creator><pubDate>Wed, 11 Nov 2015 11:57:16 GMT</pubDate></item><item><title><![CDATA[Reply to QGraphicsItem::hoverEnterEvent &amp; entering a QGraphicsItem WITHOUT moving the mouse on Tue, 10 Nov 2015 22:21:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Not really because currently the mouse is not hovering since it doesn't move. What you can do is some "collision detection" while your item is moving so if the cursor is over it do the same thing as it hovered it.</p>
]]></description><link>https://forum.qt.io/post/297507</link><guid isPermaLink="true">https://forum.qt.io/post/297507</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 10 Nov 2015 22:21:18 GMT</pubDate></item></channel></rss>