I have just read here that "Qt transparent windows over an OpenGL viewport" :
But if I try to add some widgets (let's say a checkbox) over a frame, and via code, add a QGLWidget to this frame.. it does not render the widget.
How to achieve this effect? possibly keeping on using Qt Designer.
EDIT: due to the comment I have to specify that the problem I am experiencing is that every kind of widgdet OVER a QGLWidget seems not to be rendered anymore (because of some opengl context black magic?)