I have 3 QDockWidgets in my main window. One is docked to the top of the window when initialised and the other two are docked side-by-side at the bottom of the window. The central widget is hidden.
Initially everything is of the expected size but when I close the two QDockWidget instances that are docked to the bottom and re-open them again, their height is smaller and the widget at the top is larger.
If I undock the widgets in question and go through the same process then the size is maintained as expected - it is only when they are docked that the height is lost.
Any ideas?
Thanks, Alan