I am trying to use rich text in a QComboBox but it does not support it. Perhaps I should write a subclass? But I am unsure on what I would need to override as I have never done anything like this before. Please help. Thanks!
Asked
Active
Viewed 2,103 times
1 Answers
2
I think custom delegate class is the answer. The solution is to simply replace standard drawing routine with your own (using i.e. QLabel). There was a similar question here: QListView/QListWidget with custom items and custom item widgets

Community
- 1
- 1

Mike Hordecki
- 92,113
- 3
- 26
- 27