Let me take example on itemviews/simpletreemodel
In this example the model is filled when the application starts, then the model is set for the view to present it.
The data representedby the model is never changing.

Now my question is the following:
Supposing that we have a model which data is changing over the time.

How should the model be implemented when data has to be added to it internal data holder so that the view gets informed that the data of the model has changed and by consequence adapts automatically it representation of the model ?