What is the correct way to customize Icon and Text position of items in a QListView?
- by petermcg
I'm using C++ and Qt's (4.6) model/view framework and wondering what is the correct way to change the display of items in a QListView or a class derived from QListView from:
to:
I'm not concerned about the sort order or Flow, I'm interested in the best way to correctly position the text to the right of the icon.
If this can only be done by…