blob: d5fd6ab20d4a9011f9787af812796ca6a8976352 (
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 TQGLWidget. The resulting subclass may
be used like any other TQt widget, with signals and slots, geometry
management, etc..
|