Quote Originally Posted by vermarajeev View Post
I draw some objects on QFrame, now on click of a button say '3D Viewer', I want to display those objects on QGLWidget with 3D representation.
Can't you simply draw them on QGLWidget once in 2D and once in 3D?