Hi All,

I writing simple image viewer and have have question. I using now QListWidget to show thumbnails and file descriptions, but I would like to switch to QListView + QFileSystemModel. It looks, like it works fine, except file names/description. I would like to have, instead of simple file names, some customized text (image description etc.), and I can't find way to put it in QFileSystemModel (there is no setText() method like in QListWidgetItem, I can't find any similar way). Is there any way to to this?

Regards
Ryszard