Hi,
Is it possible to disable/remove the Right side Default "Exit" menu option from the main window?
Actually I want to rename this Right side "Exit" Menu Option to "Remove" or "Delete". In Left side I want "Options" menu with different option items like Add,Remove etc... and right side "Delete" menu.
This "Exit" option comes by default, and if I use:
then this option goes away.MainWindow w;
w.showFullScreen();
Is there any other workaround for this, if I want to use my own Menu options?
Thanks....




