Reputation: 41417
I'm looking for a control to edit rich text. These are my requirements:
I'm considering Qt's QTextEDit, but wanted to see if you have any other suggestions.
QTextEDit
Upvotes: 0
Views: 2242
Reputation: 4390
My first choice would be Qt. From what I tested, it is the best toolkit around, and it is the only one I know that has all of your requirements. My second choice would be wxWidgets, but I didn't like its architecture and API very much.
Upvotes: 2