Hi,
Like ChrisW67 answer, QListView is a widget. The sample how to use this widget is like QListView or QTableView. You can get more totural at QtDemo or from this link :

http://www.digitalfanatics.org/proje...chapter13.html (maybe you can get error when compile this code)

or from here :

http://toto-share.com/2012/02/qt-qlistview-tutorial (I get this code running without modification.)

Thank you.

Myta212