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.
qt3/examples/opengl/box/README

9 lines
241 B

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..