Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.7.0
Description
The Grid Positioner has a spacing property which is used if the separate rowSpacing and columnSpacing is not set.
However, the GridLayout (in deference to RowLayout and ColumnLayout) does not have the spacing property.
It would be a great addition if GridLayout could have the spacing property for three reasons:
1 - consistency across the layout types' APIs
2 - convenience of use for GridLayout
3 - it also completely aligns with Grid positioner in this regard.