I have a vertical QSplitter
in the main window of my Qt desktop app with 2 widgets.
I'm trying to find a way to have it so the height of the bottom widget remains fixed when resizing the window, but can still be resized by the user when they drag the handle. I've looked, and apparently QSplitter
isn't really meant for this and that the bottom widget should just have a resizing handle, but I'm having real issues finding documentation (with most documentation referring back to QSplitter
); the bottom widget is a QTabView
.