How can i list of files to QFileSystemModel?
General and Desktop
4
Posts
3
Posters
2.4k
Views
1
Watching
-
I am using QFileSystemModel, with list view...Its working fine, displaying all the files in a particular directory...
But now i want to display a particular set of files, (not all the files in that folder, i cant set filter)...
I have a list of all those files....how can i display them in that list view?