Hi all.

I create a QGridLayout programatically and then add various widgets to it in the zeroth column of the first few rows.
This looks fine except that there is a lot of space between widgets/rows when I run the app.
I've added a vertical spacer in the last row, which does push things up. (Desired behavior.)
I've tried using setContentMargins and setSpacing with no luck.

Any ideas?

Thanks in advance.

n