Found this helpful (in retrospect) part in a tutorial page:
http://doc-snapshot.qt-project.org/qt5-5.4/qtquick-tutorials-dynamicview-dynamicview3-example.html
The items property of DelegateModel provides access to the view’s items and allows us to change the visible order without modifying the source model.
This is why my model wouldn’t change.
↧









