Using Qt 5.4 on OS X (Yosemite), I have a QAction
that has an icon. I want the icon to show in the QToolbar
that I add the action to. This works fine. However, I do NOT want the icon to show in the QMenu that I add the action to.
How do I do that?