summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmainwindowlayout_p.h
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2023-11-07 11:37:56 +0100
committerAxel Spoerl <axel.spoerl@qt.io>2023-11-08 15:15:18 +0100
commitbbeff2a3350dd3396400865525d509b784c2d93e (patch)
tree127579f31f1e484bf992d3ddd2c5168e6cf3c83a /src/widgets/widgets/qmainwindowlayout_p.h
parentf0b2c5f21c8dcd66a7e43321ea2620aea71706e8 (diff)
Extend qDebug functionality for QDockWidget
Add features and floating flag to QDockWidget debugging. Debug dockwidget parents of a group window. Task-number: QTBUG-118578 Task-number: QTBUG-118579 Pick-to: 6.6 Change-Id: If2a6caacf5d02f9018c2a3073fdbc1de39bce1ee Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> Reviewed-by: Keith Kyzivat <keith.kyzivat@qt.io>
Diffstat (limited to 'src/widgets/widgets/qmainwindowlayout_p.h')
-rw-r--r--src/widgets/widgets/qmainwindowlayout_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/widgets/qmainwindowlayout_p.h b/src/widgets/widgets/qmainwindowlayout_p.h
index bd4790d77d..26acff5bcb 100644
--- a/src/widgets/widgets/qmainwindowlayout_p.h
+++ b/src/widgets/widgets/qmainwindowlayout_p.h
@@ -326,6 +326,7 @@ public:
void updateCurrentGapRect();
void restore();
void apply();
+ QList<QDockWidget *> dockWidgets() const { return findChildren<QDockWidget *>(); }
QRect currentGapRect;
QList<int> currentGapPos;