PDA

View Full Version : Qt::WindowFullScreen on MAC



lucasbemo
14th October 2010, 16:20
Hi everybody,

I am use a QDialog, and I want maximize the QDialog.

I am using so:

setWindowState(Qt::WindowFullScreen);

Usually works in Windows but not Mac, Does anyone know how to use 'Qt::WindowFullScreen' on the Mac ?

Thanks..