I deleted the main menu bar out of my project, how do I return it?
For the documentation:
QMenuBar * QMainWindow::menuBar() const
Returns the menu bar for the main window.
However, I don’t quite understand how to use it?
↧