Can you do it? I can set it using:
Qt Code:
  1. menuAction->setToolTip("tool tip text");
To copy to clipboard, switch view to plain text mode 

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...