PDA

View Full Version : ToolTip on QAction in MenuBar



markcole
10th January 2008, 16:47
Can you do it? I can set it using:


menuAction->setToolTip("tool tip text");


but it doesn't show up.

I also implemented event() to catch it, and it didn't seem to be firing a ToolTip event in the action portion of the menu when I hovered over, just on the menu bar item itself.

Thanks for any guidance either way...

jpn
10th January 2008, 20:19
Wouldn't it be weird to have tooltip popups on top of menu popups? Have you seen any application ever do this? What about using status tips instead? :)

markcole
11th January 2008, 17:44
I am assuming that this is not possible then....;)

This is what I figured, but I thought I should check for sure.

Thanks...