Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello Everybody,
I'm trying to use QFileSystemModel on meego platform. @QFileSystemModel model; model.setRootPath("");@ it always not able to get the files in the system. is this a bug?
Well, you are passing an invalid path to setRootPath() - which behaviour do you expect?
But I tried to use "/" also "/home" also "/home/user/MyDocs" and all of them aren't working.