Hi all,
I have a QTreeView widget where I list the content of a local directory, I use the QFileSystemModel object for this, and I have a list of directory in a file in the following form:

...
testfile1
testfile2
dir1/
dir1/testfile1
dir1/testfile2
dir2/dir1/testfile1
dir2/dir1/testfile2
...

My need is to get this list into a QStringList object and then _somehow_ use is to show it as in another QTreeWidget like if it was a local directory.

It is a very ambitious idea considering my basic skills, hopefully not that much for some of you, I do not even know if this is actually possible..

Thanks,
Jan