Assuming you have a list of models in C++, then you can either use a C++ property that makes that list accessible, or you write a simple list model that has one role which returns the model at the given index.
Depends mostly on how dynamic the number of model is.
If it changes often, the list model approach will be better, as the repeater can then specifically destroy/create entries.
Cheers,
_
Bookmarks