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. How subclass QFileSystemModel?
Forum Updated to NodeBB v4.3 + New Features

How subclass QFileSystemModel?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 892 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    AndrzejB
    wrote on last edited by
    #1

    In example DirView is this mode + TreeView.
    I n first level are drives , next directories and files.
    I want at first level two:
    1.QStandardPaths group
    2. My computer group
    is difficult to subclass because QFileSystemModel uses private classes

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What you are asking is not really clear. Can you maybe provide a picture of what you would like to achieve ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AndrzejB
        wrote on last edited by
        #3

        folder in Windows open file

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AndrzejB
          wrote on last edited by AndrzejB
          #4

          Is near solved: I think , I don't subclass QFileSystemModel but write own smaller model which contain pointer to QFileSystemModel.
          See example of very simple model: https://github.com/borneq/userQtExamples/blob/master/bexamplemodel.cpp

          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