> > Try setting an initial size before showing the widget. > Something like > w.resize(600, 400); Yes, I tried this. Window was resized properly ( means GL widget was resizing), so that makes me think that widget is "initialized" properly. I'm not sure how to set QGLWidget to use doublebuffering or not & stuff. I will check. John