Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Creating a file browser GUI (apple style)
Forum Updated to NodeBB v4.3 + New Features

Creating a file browser GUI (apple style)

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 3 Posters 10.8k 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.
  • Y Offline
    Y Offline
    yashaswiram
    wrote on last edited by
    #1

    plz can someone guide me how to create filebrowser that looks like OSX Finder's column view with for column using qt/pyqt??

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Rahul Das
      wrote on last edited by
      #2

      Hi, welcome to the forum.

      You can start from [[doc:QFileSystemModel]] and here is a video "tutorial":http://www.youtube.com/watch?v=92biLZST6Vg.

      Hope it is useful.


      Declaration of (Platform) independence.

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        yashaswiram
        wrote on last edited by
        #3

        i tried that way, i faced some issues while setting file path, and also it uses tree view instead of list view....i wanted specifically 4 column view

        1 Reply Last reply
        0
        • R Offline
          R Offline
          Rahul Das
          wrote on last edited by
          #4

          Okay, first you may go through "MVC":http://developer.qt.nokia.com/doc/qt-4.8/model-view-programming.html# in Qt.

          And use the table view or list view whichever you like.


          Declaration of (Platform) independence.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            [[Doc:QColumnView]] comes closest to the Finder's view. Connect it with a [[Doc:QFileSystemModel]] to populate it with the file system contents.

            http://www.catb.org/~esr/faqs/smart-questions.html

            1 Reply Last reply
            0
            • Y Offline
              Y Offline
              yashaswiram
              wrote on last edited by
              #6

              thank you... i really appreciate your help

              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