I have a Qt-based program, and I uses QMainWindow somewhere in the UI part.

This program works fine on both Windows (windows 7) and linux (Ubuntu 10.04), however, when I try to run it on MAC, some UI problem occurs.

The Central widget of QMainWindow shows up correctly, but the frame (where the "minimize", "maximize", "close" buttons should be located) and the menu of QMainWindow all disappear.

so when the QMainWinbdow shows up, I cannot even close it.

How can I make the QMainWindow works correctly on MAC??

link|improve this question

1  
did you change any window flags? And about menu insidie window. On Mac OS X, there is no such thing. Menu is always on top of the screen, not inside window – Kamil Klimek Oct 25 '10 at 6:38
Could you show us a screenshot and some code ? – Jérôme Oct 26 '10 at 14:01
Hi Kamil: I didn't change any window flags. You're right that the menu is on the top of the screen, so what if I want to close the QMainWindow or enlarge it just like in Windows or Linux?? Sorry that I'm not familiar with Mac OS, Thanks for your help! – Claire Huang Nov 5 '10 at 3:51
To Jerome: No problem,I'll try to post some screenshot tomorrow. And which part of code do you want to see?? the structure is big, to describe it simply, I start from a QDialog, put a button on it. and then I connect the "click" signal of the button to a function that "new" the QMainwindow and show it. – Claire Huang Nov 5 '10 at 3:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.