Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
Qt 4.7.0 beta1
-
2601011f1c0168f080c488be09c888042812f7cb
Description
Provide separately row and column spacing instead of common spacing in Grid object. It is very inconvenient to use Column with Row instead Grid for providing this functionality. I try to explain what I want with code below:
Grid { column: 3 spacing.col: 4 // instead of spacing spacing.row: 24 // instead of spacing Repeater { model: 6 Text { text: index } } }
Attachments
Issue Links
- depends on
-
QTBUG-13451 Support property versioning in QML
- Closed