Whenever I was creating a Q_PROPERTY for later use in Qml I always created a notify signal to tell qml that data changed and needs to be reevaluated.
Now having a Q_PROPERTY of the type QQmlListProperty<T> how can I signalize that an item has been modified, added or removed?
Is this even possible?