Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top