I would recommend to use Layouts where it is suitable like here. You can not use anchors inside a row as far as I understand.
Practically for Layouts just take a look at
Layout.fillWidth
Layout.fillHeight
Layout.preferedWidth
Layout.preferedHeight
With these 4 properties you can do all you want.
↧