How on every row of QListView show different file or folder?
Unsolved
General and Desktop
-
Hi
I am new to pyqt5, i am building a file search app in python that use pyqt5.
How can i show on every row of QListView different file or folder with different path. If you can give also c++ example i appreciate that.
Thanks for your Help. -
Hi and welcome
not directly an answer, but have you looked at the example ?
http://doc.qt.io/qt-5/qtwidgets-dialogs-findfiles-example.htmlthere is also QFileSystemModel
http://doc.qt.io/qt-5/qfilesystemmodel.html#details
to be used with views.also, just to be sure u saw it
http://doc.qt.io/qt-5/model-view-programming.htmlGood intro on how it fits together.
1/2