In Qt Creator and many other applications which contain a lot of tools the user can resize with the mouse the size of each docked window. Is it possible to do the same with QGroupBox? For example I have a QVBoxLayout with 2 QGroupBoxes. Is it possible to let the user decide the size of each QGroupBox as he desires?
Thanks!