Hello,
I want to add space between some rows in a QFormLayout but I found no "addSpacing" method. I tried to use multiple QFormLayouts in a QVBoxLayout but it screws up the vertical alignment of fields.

Thank you