Question

Is it possible to use QFileSystemModel to list only one directory contents instead of all drives in my computer (in Windows)?

Was it helpful?

Solution

That would be a function of your view, not your model:

http://doc.trolltech.com/latest/qabstractitemview.html#setRootIndex

Update:

No more Trolltech links, the updated link is QAbstractItemView Class

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top