PDA

View Full Version : Transparent widgets on top of QGLWidget



tseval
11th May 2007, 21:30
Hi,

I've seen that similar issues have been posted before, but as far as I could see with no apparent solution.

What I want to do is to make a Qt4 QGLWidget and display floating semi-transparent Qt dialogs in this widget.

I've tried opening a QWidget on top of the QGLWidget with transparent alpha value for the background, but I only get graphics corruption in the widget background.

Is there any way to do this? I'm currently using the Qt 4.3 RC.

Cheers

wysota
12th May 2007, 22:03
No, currently there is none. The only option is not to use the GL widget. What do you want to display there?