I would normally use that in a model to notify the widget that the data is changed and to refresh it. However, here I don't control the data in the model as it's a QFileSystemModel, and since QFileSystemModel caches the data, will dataChanged actually have any effect? Or will it just retrieve the data from the cache ?
I know it can handle changes from its thread internally, but thats all hidden in QFileSystemModelPrivate.
Bookmarks