You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
241 B
9 lines
241 B
14 years ago
|
|
||
|
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..
|
||
|
|