Is it possible to turn on or use checkbox as one of my listItem? For example,
I have a list:
item1
item2
item3
...
I want to have the ability to set or unset the checkbox for all items (checkbox and text of the item on the column). I use the QStringListModel to handle the view now. How can I add this feature to my model to show up on my QListView? Thanks.