Hey there,

I have an issue with the QVBoxLayout.

I'm dynamicaly changing widget inside the layout : removing one and inserting another.

- When the new widgets occupies more space : the layout stretches and everything works fine.

But,

- When the new widgets occupies less space than the previous one : the layout doesn't shrink and keep its dimension.

Any way to force the resize of the layout ?