Hi,
I was trying out QML intending to create a simple grid of 3 by 3.
I thought I would be able to do a Repeater inside a Repeater.
This does work of a sort, but my question really is, is it not possible to access the 'index' variable from the parent repeater inside the inner repeater?
This is probably the wrong approach and I should just use a grid/gridview, but I still think it's an interesting question.
Any answers appreciated.

Reply With Quote

