Hi!

I have developed a program for Linux. I want it to look as much the same as possible when run on MacOSX. The problem is that I have a widget inside the QMainWindow that should have an own menubar. Mac places this menubar on the top of the desktop window as it does with all other mac programs. This could be ok if not the other menubar was placed on top of this bar, hiding it from the user.

So I wonder how I can make the widget menubar to stick to the widget so MacOS doesn't place the menubar on top of the desktopwindow?

pir