Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I tried setting the ToolTipRole and the DecorationRole on items in my QStringListModel, but it's not working. I'm guessing that these don't work on this type of a model, correct?
[SOLVED]: Sorry all, my bad. I was using a QAbstractListModel with my own ::data method and was not dealing with the other roles properly.