Creating a file browser GUI (apple style)
-
plz can someone guide me how to create filebrowser that looks like OSX Finder's column view with for column using qt/pyqt??
-
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.
-
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
-
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.
-
thank you... i really appreciate your help