My QListView
class is feed by QAbstractListModel
, where I’ve implemented insert, remove, update rows. There is no problem between model and list view. However, I would like to subscribe to model change to do some custom calculations.
For that I can’t find any events neither in QListView nor in QAbstractListModel, to which I can connect and receive signal something like onDataChanged.