This is a QML Data grid using Qt Quick Controls 2. 0 Grid {rows: 3; columns: 3 spacing: 4 Repeater {model: 9 Rectangle {width: 50; height: 50 color: ...
確定! 回上一頁