Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.0.2
-
None
-
Windows 7 x64, VS2010 x64
Description
QDockWidget's title bar disappears when clicked on the undock icon.
When I first move the window (with mouse without clicking the undock icon), it has a title bar.
Walkaround for me:
ui.dockWidget->setFloating(true);
ui.dockWidget->setFloating(false);
Don't know if it is related to: https://bugreports.qt-project.org/browse/QTBUG-28872
Because I have also the QGLWidget...
Attachments
Issue Links
- is replaced by
-
QTBUG-28872 QDockWidget lost its frame and z-ordering when QGLWidget is used at central widget of main window
- Closed