Qt 6.11 is out! See what's new in the release
blog
Showing a message when hovering over a QTabBar
-
Is it possible?
I have a QTabBar and when hovering over it, I want to display a certain message -
Hi
Sort of like a ToolTip does ? -
Hi
Mine only shows a small tooltip

-
Hi
QTabBar can show tips
http://doc.qt.io/qt-5/qtabbar.html#setTabToolTip
if thats enough.update:
basic customization be be done with style sheetqApp->setStyleSheet("QToolTip { color: #ffffff; background-color: blue; border: 1px solid white; }");