Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QTreeView/QFileSystemModel to show directory structure

QTreeView/QFileSystemModel to show directory structure

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 575 Views
  • 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.
  • S Offline
    S Offline
    samdol
    wrote on last edited by A Former User
    #1

    I made a treeView/QFileSystemModel to show directory structure.
    When I set root index as following,
    QTreeView *treeView = new QTreeView(this);
    treeView->setRootIndex(treeView->model()->index(-1,-1));
    it show only drive letters as you can see the left hand side of this picture
    How can I show the directory structure like the right hand side of picture?

    raven-worxR 1 Reply Last reply
    0
    • S samdol

      I made a treeView/QFileSystemModel to show directory structure.
      When I set root index as following,
      QTreeView *treeView = new QTreeView(this);
      treeView->setRootIndex(treeView->model()->index(-1,-1));
      it show only drive letters as you can see the left hand side of this picture
      How can I show the directory structure like the right hand side of picture?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @samdol
      same answer since you asked exactly this question the last time 3 months ago.
      You even copied the same text and picture... no need to double post. If you still have a question use the old thread.

      CLOSING

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved