5

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!

Aaron McKellar
  • 627
  • 4
  • 10
  • 20

1 Answers1

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