PDA

View Full Version : Keep the same ratio of left/right dock when QMainWindow resizes



Alundra
16th October 2016, 22:48
Hi,
There is way to have the left and right docks stay at the same width ratio when the QMainWindow resizes or a custom resizeEvent code has to be written to have this behavior ?
Actually the window stay at the same width when the QMainWindow resize.
Thanks

anda_skoa
17th October 2016, 19:00
I think you need to handle this with custom code.

Cheers,
_