Hi,
I have a QTreeView with a model that contains values from 0 to 5(IDs)
What I want is to display "Circle" when value is 0, "Square" when it is 1, ...
Have I to fill the model with the texts instead of the IDs? Or can I change what the view shows.
When the user edits the value I open a ComboBox that have an Icon and a text and I want to show something similar when the item is not in editting mode.
Thanks,
Bookmarks