Hello all,

I would like to have a the GUI of a dialog box organised as with a QFormLayout, except that I should be able to programmatically collapse/uncollapse specific rows. By collapsing, I mean hiding and resizing to zero height such as to have the next row occupy the space of the collapsed ones. Is there a way to achieve this, with QFormLayout or otherwise?

TIA,
Antoine