Hello, I've got a model with two columns of strings and I want to have them displayed in QListView as one rich formatted text - what is the simpliest solution? Do I have to extend QStyledItemDelegate in order to do that? Or insert QLabel into QListView?