Hi all,
I have a QMainWindow with it's menubar.
In the mainWindow contructor I add two menus (File, help) .
When users login in a QDialog I need to add some other menus in the menubar after the "File" menu and before the "Help" menu.
Ho can I do without deleting and re-adding all menus?