diff options
| author | Axel Spoerl <axel.spoerl@qt.io> | 2023-08-11 09:20:44 +0200 |
|---|---|---|
| committer | Axel Spoerl <axel.spoerl@qt.io> | 2023-08-15 10:47:28 +0200 |
| commit | e03bc88a80382b68359ba6ea5fc4cb9507ceb85f (patch) | |
| tree | 4e40c8cd913c44dc3579d1161e30492f51f6f671 /src/plugins/platforms/android/androidcontentfileengine.cpp | |
| parent | 95768e38b74ea4189fd3a12b8848e0101e3ab944 (diff) | |
QDockWidgetGroupWindow::adjustFlags() - don't show() empty group window
The method calls show() on a dock widget group window, when the window
flags have changed. When all of its contained, tabbed dock widgets are
programmatically hidden or docked on the main window, an empty group
window is shown.
This patch implements bool hasVisibleDockWidgets(). It returns true, if
at least one of the group window's dockwidget children is not hidden.
It replaces show() by setVisible(), passing the return value of
hasVisibleChildren().
It adapts tst_QDockWidget::floatingTabs() to test the fix.
(Drive-by: remove dead code)
Fixes: QTBUG-115058
Pick-to: 6.6 6.5 6.2
Change-Id: Ifb8e2450e91a7c78decc06f592e160631ca2faf5
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/plugins/platforms/android/androidcontentfileengine.cpp')
0 files changed, 0 insertions, 0 deletions
