Qt 6.11 is out! See what's new in the release
blog
GridLayout items vertically centered
-
I have a GridLayout and when there aren't enough items to fill the space, the rows seem to space out evenly to fill the vertical space. I would like the row to be forced to the top of the GridLayout.
I tried Layout.alignment: Qt.AlignTop in the GridLayout but it made no difference. How can I achieve this?