Hi,

I'm trying to export a picture drawn with OpenGL standards using QGLWidget to a vector graphics format.

I checked the QtSvg Module which seems to be suitable for this, but there you have to draw the content using a QPainter. Unfortunately I got stuck at this point since i found no way of connecting the GL routines with the QSvgGenerator.

Is there a way using Qt to do this?