I want to create a customized widget which can show files in every drive in system. Here is the layout:
Every row of QListView contains a title bar (QLabel) and a QListWidget which contains many icon to represent files.
I know how to use QItemDelegate to customize the looking of QListView, but I don't know how to create such a complex widget.
Does anyone can help me? Thank you very much for reading this post.