<?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[Arrow-shaped tooltip]]></title><description><![CDATA[<p dir="auto">Hi guys!</p>
<p dir="auto">I'm looking for a pop-up that will appear on the mouse hovering. I want something arrow-shaped, that look like that:<br />
<a href="https://images.app.goo.gl/W6ksrTADG3NLhWUJA" target="_blank" rel="noopener noreferrer nofollow ugc">https://images.app.goo.gl/W6ksrTADG3NLhWUJA</a></p>
<p dir="auto">It will contains text and images, but no clickable widget, it's only for displaying informations.</p>
<p dir="auto">I had a look on QToolTip and QBaloonTip (this one is private, so it's probably not the good solution), but I don't think these will suit my needs. That's why I'm asking you if you know something that would work better for me.</p>
<p dir="auto">Thank you!</p>
<p dir="auto">Arnaud</p>
]]></description><link>https://forum.qt.io/topic/107336/arrow-shaped-tooltip</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 09:43:46 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/107336.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Oct 2019 07:30:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arrow-shaped tooltip on Wed, 02 Oct 2019 21:46:53 GMT]]></title><description><![CDATA[<p dir="auto">hi<br />
While you can use stylesheet and rich text with the QToolTip,<br />
i never found a way to use another widget.</p>
<p dir="auto">So if you really want it to be arrow-shaped, i think you will need to roll your own<br />
ToolTip Class.</p>
<p dir="auto">There is<br />
<a href="https://github.com/mnutt/libqxt/blob/master/src/gui/qxttooltip.h" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mnutt/libqxt/blob/master/src/gui/qxttooltip.h</a><br />
which does allows to set a custom widget for the tooltip so maybe it can be used as base.<br />
However, the code is pretty old now so it might not be worth the porting efforts.</p>
]]></description><link>https://forum.qt.io/post/554105</link><guid isPermaLink="true">https://forum.qt.io/post/554105</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Wed, 02 Oct 2019 21:46:53 GMT</pubDate></item></channel></rss>