well repeater can not solve my problems or i can not figure it out
problems i have are id of all items as well as anchoring and putting text
id: ab
anchors.left: aa.right
label text: "AB"
id: ac
anchors.left: ab.right
label text: "AC"
id: ad
anchors.left: ac.right
label text: "AD"
id: ab
anchors.left: aa.right
label text: "AB"
id: ac
anchors.left: ab.right
label text: "AC"
id: ad
anchors.left: ac.right
label text: "AD"
To copy to clipboard, switch view to plain text mode
it will be matrix 13x13 and i should be able to change each element by clicking on it by a mouse - change color and label ,
can i do it w/o id in rectangles at all ?
i need also those rectangle have different values on start
Bookmarks