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

pb?

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

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.