PDA

View Full Version : QGraphicsSCene



bhogasena
29th January 2009, 12:31
hi,
i have rendered some object in qglwidget using opengl in qt. is it possible to implement same code in QGraphicsscene.if so, could u plz send me sample code
thanks and regards

wysota
29th January 2009, 23:58
If you set the view's viewport to QGLWidget, you can use OpenGL calls to render your graphics view items.