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.
Michele Calgaro
3e98ce7f85
|
6 years ago | |
---|---|---|
.. | ||
README | 10 years ago | |
box.doc | 6 years ago | |
box.pro | 13 years ago | |
glbox.cpp | 13 years ago | |
glbox.h | 13 years ago | |
globjwin.cpp | 13 years ago | |
globjwin.h | 13 years ago | |
main.cpp | 13 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 TQt widget, with signals and slots, geometry management, etc..