Hello, as the title indicates it, I would like to prevent a layout in a bigger layout picture from rezing.
In other words, let's say I have a 3 lines QVBoxLayout, each of them containing another layout.
2 out of those 3 should be resized when the bigger window is resized by the user, but the first one, let's say a QFormLayout should remain as thin as possible.
How do you do that ?
PS : I am designing this using Qt Designer