[Interest] icons in menus
Till Oliver Knoll
till.oliver.knoll at gmail.com
Mon Sep 14 12:05:12 CEST 2015
> Am 13.09.2015 um 16:50 schrieb René J.V. Bertin <rjvbertin at gmail.com>:
>
> Hi,
>
> Is it to be expected that I have icons in the items of the global menubar of the Assistant, Designer and Linguist apps, using the Qt 5.5.0 Cocoa build?
No.
Applications on OS X don't have icons in the menu - as per Apple HIG.
Also refer to http://doc.qt.io/qt-5/qt.html#ApplicationAttribute-enum
(Not sure whether it is necessary to explicitly set
Qt::AA_DontShowIconsInMenus
/before/ instantiating QApplication or whether that's set by default on OS X)
Cheers,
Oliver
More information about the Interest
mailing list