<?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[Showing a message when hovering over a QTabBar]]></title><description><![CDATA[<p dir="auto">Is it possible?<br />
I have a QTabBar and when hovering over it, I want to display a certain message</p>
]]></description><link>https://forum.qt.io/topic/98237/showing-a-message-when-hovering-over-a-qtabbar</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 10:24:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/98237.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Jan 2019 17:01:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Showing a message when hovering over a QTabBar on Sat, 12 Jan 2019 09:40:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
QTabBar  can show tips<br />
<a href="http://doc.qt.io/qt-5/qtabbar.html#setTabToolTip" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qtabbar.html#setTabToolTip</a><br />
if thats enough.</p>
<p dir="auto">update:<br />
basic customization be be done with style sheet</p>
<pre><code>qApp-&gt;setStyleSheet("QToolTip { color: #ffffff; background-color: blue; border: 1px solid white; }");
</code></pre>
<p dir="auto"><a href="http://doc.qt.io/qt-5/stylesheet-reference.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/stylesheet-reference.html</a></p>
]]></description><link>https://forum.qt.io/post/504212</link><guid isPermaLink="true">https://forum.qt.io/post/504212</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sat, 12 Jan 2019 09:40:26 GMT</pubDate></item><item><title><![CDATA[Reply to Showing a message when hovering over a QTabBar on Fri, 11 Jan 2019 22:04:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
Mine only shows a small tooltip<br />
<img src="http://imagizer.imageshack.com/img924/7860/G6ywWP.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/504210</link><guid isPermaLink="true">https://forum.qt.io/post/504210</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Fri, 11 Jan 2019 22:04:07 GMT</pubDate></item><item><title><![CDATA[Reply to Showing a message when hovering over a QTabBar on Fri, 11 Jan 2019 22:02:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a><br />
Something like when I hover over a tab in firefox then it shows a message related to that site.</p>
]]></description><link>https://forum.qt.io/post/504209</link><guid isPermaLink="true">https://forum.qt.io/post/504209</guid><dc:creator><![CDATA[Fuchsiaff]]></dc:creator><pubDate>Fri, 11 Jan 2019 22:02:08 GMT</pubDate></item><item><title><![CDATA[Reply to Showing a message when hovering over a QTabBar on Sat, 05 Jan 2019 17:15:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
Sort of like a ToolTip does ?</p>
]]></description><link>https://forum.qt.io/post/502964</link><guid isPermaLink="true">https://forum.qt.io/post/502964</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sat, 05 Jan 2019 17:15:21 GMT</pubDate></item><item><title><![CDATA[Reply to Showing a message when hovering over a QTabBar on Sat, 05 Jan 2019 17:08:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fuchsiaff">@<bdi>Fuchsiaff</bdi></a>: Yes</p>
<p dir="auto"><a href="http://doc.qt.io/qt-5/qwidget.html#mouseMoveEvent" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qwidget.html#mouseMoveEvent</a></p>
]]></description><link>https://forum.qt.io/post/502961</link><guid isPermaLink="true">https://forum.qt.io/post/502961</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Sat, 05 Jan 2019 17:08:26 GMT</pubDate></item></channel></rss>