rahulch

Untitled

Oct 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.09 KB | None | 0 0
  1. Item {
  2.     anchors.fill: parent
  3.     Repeater {
  4.         model: myModel
  5.         Rectangle { --- }
  6.     }
  7. }
Add Comment
Please, Sign In to add comment