Any special Screen driver for QGLWidget ?
Hi All,
I am a new member here as well as a new user for Qt and Qtopia.
While going through Qt's Open GL module and QScreen Driver,
was thinking how a QWidget app and QGLWidget app can co-exsit?
Does the QWS server use the default and same screen driver both for QGLWidget and QWidget?
If so then how it gets access to OpenGL Buffers?
And in that case does it do the composition in software and do not take advantage of gl calls?
Plese help me understanding this screen driver mechanism in case of client widgets are using QGLWidget.