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
Timothy Pearson 9a75b154bf
Undo prior accidental commit
12 years ago
..
README Add Qt3 development HEAD version 13 years ago
box.doc Add Qt3 development HEAD version 13 years ago
box.pro Add Qt3 development HEAD version 13 years ago
glbox.cpp Add Qt3 development HEAD version 13 years ago
glbox.h Add Qt3 development HEAD version 13 years ago
globjwin.cpp Add Qt3 development HEAD version 13 years ago
globjwin.h Add Qt3 development HEAD version 13 years ago
main.cpp Undo prior accidental commit 12 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..