Hi Sensei,

There is a property in QAction:
iconVisibleInMenu : bool

I suppose you need to use it.

Best regards,
Igor Grivko

On Wed, Mar 20, 2013 at 2:46 PM, Sensei <sense...@gmail.com> wrote:

> Dear all,
>
> it should be easy, but I didn't find any way to do this. How do I remove
> icons in a QMenu?
>
> More precisely: I add QActions to a menu, and each QAction has an icon.
> On OSX the standard is NOT to display icons in menus, but only in toolbars.
>
> The only way I've found is stupid and cumbersome: create two sets of
> QActions, one for the menu, one for the toolbar.
>
>
> Is there a neat way?
>
>
>
> Thanks & Cheers!
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to