Is there a way in pyqt windows to show the tree of QDirModel like the
Explorer does?
Currently I have this:
model = QDirModel(window)
self.folderView.setModel(model)
But it's only showing my drives: A:,C:,D:,Z:(network share),
but I cannot see the Desktop(the root item in the Explorer) and My
Network Places.
Is there a way to get that or the QDirModel is limited to the unit drives?
Thanks in advance.
Ivan.
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt