Hi Guys

I've just started with QT and have created a QMainWindow in QT Designer. I've added several menuItems with actions to the menubar.
I then create a subclass (MainWindow) inheriting from Ui::MainWindow and QMainWindow.
Then in main, I create MainWindow and show it.

Compiles fine and runs but only shows the mainWindow without the menubar.

Am running Leopard on a Mac.

What might I be doing wrong?

Jeff