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