tags:

views:

379

answers:

1

I would like my application to look similar to that of the Windows version: instead of the menu being displaced to the top menu in Os X, I'd like my program to have the file menu right on top of the application itself.

I've looked at the Qt documentation regarding this, but I can't seem to create an empty QMenuBar as the top level QMenuBar. (I'm using a subclass of QMainWindow...)

+4  A: 

This is a bad idea and will not win your application fans in the Mac community. Here are the Apple Human Interface Guidelines.

Benji XVI