I have created a QFrame
with Qt designer, and now I'm trying to add a menubar. So far I have seen that I maybe should have used QMainWindow
but I can't change the type anymore and I don't see any option to attach a menu.
I have tried to create an empty QMainWindow
to see how it is done there. But I can only see a menubar entry with now way how to add menus and items to it. Using google also didn't yield anything.