PDA

View Full Version : QFileSystemModel signal missing



Alundra
8th June 2014, 19:11
Hi all,
QFileSystemModel has one missing signal who is really important :
You cannot know if a file changed, there is no signal.
Is it me who doesn't find the good way ?

anda_skoa
8th June 2014, 23:52
I am not sure what you are saying.
That the model does not emit dataChanged() when one of the model's entries changes its name, icon or file permissions?

Cheers,
_

Alundra
9th June 2014, 03:19
I mean when the file change outside, for example an image file.
Since QFileSystemModel has a file watcher, why not have access to signal file changed ?

anda_skoa
9th June 2014, 08:59
Ah you mean when the file changes in a way irrelevant to the model itself.

Hmm, you could submit a Gerrit change request with that extensions and see how it goes.

Cheers,
_