Quote Originally Posted by d_stranz View Post
If you want to force a given row x cell count, then you should probably add QSpacerItem instances to at least one of each of the left / right and top / bottom edge cells as placeholders to force the rest of the cells to the upper left.
Or even have an additional fourth column that contains vertical spacers which ensure each row has the desired height and a third row with horizontal spacers to ensure each column has the desired width.

Cheers,
_