Hi,

I've added a menu and menu items using menuBar()->addMenu() and the subsequent addAction() calls. I know that calling clear() will remove the menu subitems added by addAction(), but how do I remove or hide the actual menu
item that was added by the addMenu() call.

I don't see any reference to this functionality.

Thanks!

Mark