[Qt-interest] Qt 4.6.1 - no tooltips in menu bar QAction

Stephen Collyer scollyer at netspinner.co.uk
Thu Apr 1 17:43:00 CEST 2010


Qt 4.6.1, Opensuse 11.1

I'm creating a QAction like so:

increase_font_size_action_ = new QAction(QIcon(":/icons/Plus.png"),
"Increase font size", this);
menuBar()->addAction(increase_font_size_action_);

which I put in the menuBar() for a QApplication. I'm expecting this
to display the tooltip "Increase font size" but it never appears.

Is this a bug ?

-- 
Stephen Collyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100401/47083de7/attachment.html 


More information about the Qt-interest-old mailing list