Hello all,

I have a Qt4.7 desktop application in development, and I can't seem to get tooltips to show up. I am trying to add tooltips to QToolButtons (that reside in a QGroupBox in a QTabWidget in a QDockWindow) by calling setToolTip() on the buttons. I have tried setting the Qt::WA_AlwaysShowToolTips attribute all the way up the hierarchy of widgets and even in the main window, but tooltips are still not working. I would appreciate any suggestions, as I have run out of ideas.