Suppose I have two Qt widgets in a vertical layout inside a parent widget.
Is there someway to add a control "border" between them such that when you click and drag the border area in between the two widegets you can change the relative area of the parent they take?
That is if you drag it up then the bottom widget gets resized bigger and the top widget gets resized smaller.