- 
    Bug 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    5.1.1, 5.2.0 Beta1
- 
    None
- 
    Windows 7 Ultimate 64Bit
 Intel Core i7-2720QM with NVidia Quadro 3000M
 Qt 5.2 Beta 1 VS2012 Express in 64Bit Desktop OpenGL (Offline Installer)
- 
        44e68b90266336d3d46279eddcbb2a4a775f0d2a
A QGLWidget based main window completely disappears from the screen if configured like this:
QGLFormat glFormat(QGL::Rgba | QGL::DoubleBuffer | QGL::DepthBuffer | QGL::AlphaChannel); QGLWidget widget(glFormat, NULL, NULL, Qt::FramelessWindowHint);
Attached is a small example.
It draws a simple rectangle even to check something is visible if both options are not used together.
This issue might be related to QTBUG-28531 but added to make sure it gets fixed for QGLWidget as well. 
- relates to
- 
                    QTBUG-33919 Windows/Desktop OpenGL: QGLWidget has transparent background instead of a full opaque one as in 5.1.1 if configured with QGL::AlphaChannel -           
- Closed
 
-         
- 
                    QTBUG-28214 Cannot make transparent (translucent) background for QQuickView -         
- Closed
 
-