blob: 242c37257c2c4d56427433e119a33bcd41fbcc6d (
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 TQt widget, with signals and slots, geometry
management, etc..
|