home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / opengl / box / README < prev   
Encoding:
Text File  |  2001-05-07  |  228 b   |  9 lines

  1.  
  2. The box example
  3.  
  4. This example program shows to use OpenGL in Qt: Put your OpenGL code
  5. in a class inherited from QGLWidget. This class may be used as any
  6. other Qt widget, including use of signals/slots and geometry
  7. management.
  8.  
  9.