
The box example

This example program shows to use OpenGL in Qt: Put your OpenGL code
in a class inherited from QGLWidget. This class may be used as any
other Qt widget, including use of signals/slots and geometry
management.

