Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0 RC 1, 5.0.0 RC 2, 5.0.0
-
None
-
Windows 7 64Bit, Visual Studio 2010 SP1, Qt 5.0.0 32bit build using msvc
-
cd7ba89a07f794b17fc66ba29515b104c4d21f27, Undock button positioning: 33315010224edbf4b80d727502b24459ea8806ae
Description
I uses Qt 5.0 with visual studio.
I downloaded source code of Qt 5, and compiled with visual studio 2010.
I have a problem of window visibility when using QDockWidget with QGLWidget
I set QGLWidget as a central widget of main window and added QDockWidget to the main window.
When I undock the QDockWidget, it lost it’s title bar and frame, so I cannot move and resize the dock widget.
(It works well if I don’t use QGLWidget at central widget area)
Moreover, It goes behind the main window like attached image.
It appears with ANGLE and with desktop(opengl) build.
I attached a source code and a captured movie
Attachments
Issue Links
- replaces
-
QTBUG-30181 Calling winId() into my promoted QWidget's constructor (and not just in there), causes a lot weird problems in a QMainWindow.
- Open
-
QTBUG-29233 QDockWidget loses titlebar in floating mode when QGLWidget is present
- Closed
-
QTBUG-30692 QDockWidget's title bar disappears
- Closed
-
QTBUG-29359 QDockWidget loses frame when undocked, if the central widget is a QGLWidget (Windows)
- Closed