views:

84

answers:

2

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.

+3  A: 

You can apply stylesheet to your QListView.

Check out here for the Qt documentation of customizing QListView using stylesheets.

liaK