PDA

View Full Version : QFileSystemModel and network resources



Talei
5th May 2010, 19:02
Hello,
I use QFileSystemModel to display files in my view, everythink works fine, except network shares.
When I hava path like this: //Yustu/networkShare, QFileSystemModel don;t display files.
When I map resource as drive, in Windows, everything works fine.
How to "force" QFileSystemModel to traverse also //HostName paths?.

On Linux box, with samba, I assume that I will get same problem?

Thanks for any feedback.
Best regards