开发者

Rich text edit control for C++?

I'm looking for a control to edit rich text. These are my requireme开发者_JS百科nts:

  1. Fast/lightweight
  2. Support for bulleted/numbered lists
  3. Colored text and highlighting
  4. Targeting Windows, but cross-platform would be a bonus
  5. Fine control over undo/redo and easy way to monitor what parts of the documents have changed
  6. All the other usual features: text styles, copy/paste, etc.
  7. Can easily be a subclassed and extended

I'm considering Qt's QTextEDit, but wanted to see if you have any other suggestions.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜