Hi, I have implemented this model [1] and it works fine in both C++ QWidget and QML's ListView.
But when i want to animate insertion/deletion of items using the ListView add: and remove: transitions then nothing happens. I expect i need to implement more in the model, but i can't find any documentation on what should be implemented for that to work. "some" documentation around this area would be very much welcomed. A working example of some other QAbstractListModel derived model that has working add and remove animations/transitions would also be very nice. Cheers, Mark [1] https://gitorious.org/kdirchainrebuild/master/source/a909e9ef41a74db7b13cfeeac69e671eeaf2be0c:models/dirlistmodel.cpp#L234 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest