Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.4, 6.1.2, 6.2.0
-
Desktop
-
-
7188e650775ffd2bf4f2574094b6472c86468fba (qt/qtbase/dev) 6caa4e3aa00f8c362d1c920a75d611b9bfdd9753 (qt/qtbase/6.1) 12acfe9af96a3839b887d9fbb4db63417387e7b9 (qt/qtbase/6.2)
Description
If setDockOptions(dockOptions() | QMainWindow::VerticalTabs) is used and dock are tabbified vertically all contents are lost and tabs are not clickable.
This can be easily reproduced with Qt's Dockwidget example. by adding above line in constructor.
Attached screen recording shows it.