vote up 0 vote down star

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...)

flag
5  
You are going to piss off your mac users if it behaves like a windows app. – Byron Whitlock Nov 2 at 23:49
If you fullscreen your app, what happens to the menu bar? – Kaleb Pederson Nov 2 at 23:50
3  
Please don't do that. – Carl Norum Nov 2 at 23:51
As you can see, Mac users are pretty adamant that they probably don't want you to do this. Perhaps you can give us some more info about why you want to have an in-window menu bar? – Barry Wark Nov 3 at 0:46

1 Answer

vote up 4 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.