PDA

View Full Version : QGraphicsView and Opengl



bunjee
17th April 2010, 23:26
Hi folks,

Here is a tough one.

I'm using a QGraphicsView using opengl as renderer.
I want to display QWidgets on top. I thought doing it fully in Opengl would be a good idea.

Unfortunately the Opengl renderer is quite slow with QPainter.

So my question is:

Can I display the GUI on top of the Opengl QGraphicsView using the software rasterizer AND keeping the transparency.

Thanks.