QGLWidget : Pan Zoom Rotate navigation
-
Hi,
I am starting to look into using Qt 5.1.1 having previously used Qt 4.8 some time ago.
I recall that there was a QGLView which has built in pan, zoom and rotate navigation.
With Qt 5.1.x and the new QGLWidget and associated classes, what is the recommended approach to build simple application with built in pan, zoom and rotation navigation (without too much coding of quaternion and such)
I am looking for something equivalent to this
http://doc-snapshot.qt-project.org/qt3d-1.0/qglview.html
but in line with the new OpenGL widget approach in Qt 5.1.x
Cheers