PDA

View Full Version : How Do I Change the Icon Display Property on hover with QToolButton?



thenybbler
17th November 2010, 21:25
What I am trying to do is simply have a QToolButton that when nothing is happening to it only show the icon, but when the user hovers over the icon show the text below it.

I know how to change the Icon/Text properties to show it but I can't figure out how to get it to work when the button is hovered?

Thanks,

janorcutt
18th November 2010, 07:39
set the Tooltip property to the text you want to show :)