Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QFileSystemModel isn't working as expected on meego?

    QML and Qt Quick
    2
    3
    1652
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mismail last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • L
        lgeyer last edited by

        Well, you are passing an invalid path to setRootPath() - which behaviour do you expect?

        1 Reply Last reply Reply Quote 0
        • M
          mismail last edited by

          But I tried to use "/"
          also
          "/home"
          also
          "/home/user/MyDocs"
          and all of them aren't working.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post