I'm having a problem with certain menu items displaying twice on OS X El Capitan.
The menu items are created in designer so just generated code. If I remove my menu item
with:
Qt Code:
  1. ui->menu_View->removeAction(ui->action_exit_full_screen);
To copy to clipboard, switch view to plain text mode 
then no item shows at all. Any idea why?

Screen Shot 2016-03-03 at 4.57.42 PM.jpg
Screen Shot 2016-03-03 at 4.56.52 PM.jpg