Windows file explorer style window
Solved
General and Desktop
-
I am busy writing a disk editor for a file system not recognized by windows.
How would I go about creating a Windows Explorer type window with folder icons in QT? (See image)
I mean I can get creative but will appreciate some ideas or maybe someone has already done it. -
Hi
https://doc.qt.io/qt-5/qfilesystemmodel.html
and a Tree viewin icon mode will get you a good beginning. -
Hi
well i used
https://arunpkqt.wordpress.com/2017/01/05/custom-filesystemmodel-display/
since i had issues with QFileSystemModel in regards to the top item.
You could maybe use ListWidget and code from this model to get the dir and files. -
Hi
Super. it looks nice.
Please post mark as solved if possible.