summaryrefslogtreecommitdiffstats
path: root/examples/opengl/box/README
blob: 113f82d6c38c814d6a2de9bc22c3447cb429d57a (plain)
1
2
3
4
5
6
7
8

The box example

This example program shows how to use OpenGL in Qt: Put your OpenGL
code in a class inherited from QGLWidget. The resulting subclass may
be used like any other Qt widget, with signals and slots, geometry
management, etc..