I want to customize a listview in Qt, can anyone provide me some example or hints of how to do it? I am new to Qt.
Take a look at http://qt-articles.blogspot.com/2010/07/how-to-customize-listview-in-qt-using.html
You can apply stylesheet to your QListView.
QListView
Check out here for the Qt documentation of customizing QListView using stylesheets.