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.
tqt3/examples/opengl/box
Michele Calgaro 39f8a475b4
Rename remaining ntq[i-l]* related files to equivalent tq*
4 weeks ago
..
README Rename graphics class nt* related files to equivalent tq* (part 2) 2 months ago
box.doc Rename graphics class nt* related files to equivalent tq* (part 2) 2 months ago
box.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
glbox.cpp Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
glbox.h Rename graphics class nt* related files to equivalent tq* (part 2) 2 months ago
globjwin.cpp Rename remaining ntq[i-l]* related files to equivalent tq* 4 weeks ago
globjwin.h Rename ntqwidget* related files to equivalent tqwidget* 4 months ago
main.cpp Rename graphics class nt* related files to equivalent tq* (part 2) 2 months ago

README

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