Hi! I'm using a C++ implementation of QAbstractListModel to provide data to a ListView in QML. I also need now to update data by changing values. May you please address me to the/a correct way to do this from QML?
Thanks!