Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Pb with QGLWidget

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2004
    Posts
    8

    Pb with QGLWidget

    Hello,
    when I use QGLWidget I have a pb -> my window doesn't create.
    My class which use this class is :
    class Scene : public QGLWidget, public QThread;
    and I implement paintGL, resizeGl, initializeGL. but I don't use the function makeCurrent it may be the pb? if it's the case, can you help me to find the good instruction with this function.
    thanks

  2. #2
    Junior Member Regular Contributor
    Join Date
    Aug 2001
    Location
    San Diego, CA
    Posts
    136

    Re: Pb with QGLWidget

    pb?

    In the SDK there are some GL demos. You can look at these. ie $(QTDIR)/examples/gear

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •