-
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
-
Junior Member
Regular Contributor
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
-
Forum Rules