Usually the way views in qml update on changed information is from a specific signal emitted by the model. However, this signal is inherited from qAbstractItemView, which our model does not inherit from, and there appears to be no simple way around this.
Usually the way views in qml update on changed information is from a specific signal emitted by the model. However, this signal is inherited from qAbstractItemView, which our model does not inherit from, and there appears to be no simple way around this.