Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Determine the amount of elments in a Row
-
Is there a property of
Row
or some resource I can utilize to determine how many children or elements any particularRow
currently contains? For instance, lets say I have twoRow
's side by side, and I want the spacing between theseRow
's to change depending on how man items are in eachRow
. Is there a simple property I can use to help me with this?
-
@RobM https://doc.qt.io/qt-5/qml-qtquick-item.html#children-prop
https://doc.qt.io/qt-5/qml-list.html
-
@RobM https://doc.qt.io/qt-5/qml-qtquick-item.html#children-prop
https://doc.qt.io/qt-5/qml-list.html