Hi,
I have a custom widget to list a multiple directory tree with a root item for each directory using a custom name.
All works very nice and all the needed features is implemented but only one thing is missing which needs some thinking : the file watcher.
How to add the file watcher correctly to manage the real time update of the tree to be like the disk ?
Is it good to add one QFileSystemWatcher on each item of the tree ?
If a parent folder is removed, the children watcher will be called ?
Thanks for the help