Hi All,

I am currently writing a program that displays all the directories on my PC, I am using the QFileSystemModel and a QTreeView to display the contents.
The program is working great, however I would like to add a "Path" column to display the path of each folder/File, does an option like this even exist?
Currently the columns are "Name", "Size", "Type", "Date Modified".

Any help would be greatly appreciated.

Thanks.