You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
14 years ago | |
|---|---|---|
| .. | ||
| README | 14 years ago | |
| box.doc | 14 years ago | |
| box.pro | 14 years ago | |
| glbox.cpp | 14 years ago | |
| glbox.h | 14 years ago | |
| globjwin.cpp | 14 years ago | |
| globjwin.h | 14 years ago | |
| main.cpp | 14 years ago | |
README
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..