ToolTip on QAction in MenuBar
Can you do it? I can set it using:
Code:
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...
Re: ToolTip on QAction in MenuBar
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? :)
Re: ToolTip on QAction in MenuBar
I am assuming that this is not possible then....;)
This is what I figured, but I thought I should check for sure.
Thanks...