Quote Originally Posted by wysota View Post
Is there a particular reason why you use such a low level approach instead of using what QListWidget and QListView (along with QDirModel) offer?
There may be some small reasons (I don't know if they can be "moved" to the qdirmodel solution) - like detecting file MIME (and based on this - icon). I didn't used QDirModel and it features yet, so I used QListWidget with QDir. Should I use the model instead of QListWidget/QDir?