<?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 Implement Hover on QAreaSeries?]]></title><description><![CDATA[<p dir="auto">I want to Display Text whenever my cursor moves over the area represented on my graph.<br />
How can I do that using " void QAreaSeries::hovered(const QPointF &amp;point, bool state) "</p>
]]></description><link>https://forum.qt.io/topic/114278/how-to-implement-hover-on-qareaseries</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 08:18:27 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/114278.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Apr 2020 18:37:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Implement Hover on QAreaSeries? on Thu, 30 Apr 2020 19:15:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Prepare the text in that function and store the point, then call update.<br />
You will also have to re-implement the paintEvent method. Start by calling the base class implementation and then draw your text on top.</p>
]]></description><link>https://forum.qt.io/post/591899</link><guid isPermaLink="true">https://forum.qt.io/post/591899</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 30 Apr 2020 19:15:47 GMT</pubDate></item></channel></rss>