Dear Friends
I need your suggestions I have a QMainWindow where I have a QGraphicsView.
I basically want to display some elements ,i.e QUAD elements these elements will be graphics.
Would be Qt best for this or OpenGL graphics would be better option.This is not 3D graphics but 2D.
Do I need to replace QGraphicsView by QGLWidget to display openGL graphics ?
Any suggestion would be greatly appreciated.