In order to have a QDialog in full screen mode, I run this row:
MyDialog->showFullScreen();
This row works on Linux and Windows but not on Mac.
Can you help me on having a QDialog in full screen mode on Mac?
Since it's Lion, do you mean the OS X full screen (like when you click the upper right corner) ? Or the standard full screen ? In the second case (IIRC), you can't have a widget that covers the upper bar on OS X.