Hello

Is it possible to set the video mode in Qt4?

For example, I want to run a fullscreen app that uses OpenGL in 800 x 600 x 32bit colour.

Up until now I've used SDL to set the videomode, but wanted to know if Qt can do it, and couldn't find it in the documentation.

Thanks in advance.

Jimbo