How to update ListView when model is a ListModel
Unsolved
QML and Qt Quick
-
Re: How to refresh listview in QML
Hi. I have a ListModel that append records I read from database. I checked that my ListModel updated, nevertheless my ListView did not update the new model. How can I renew ListView. Thank you for your any suggestion