开发者

Rich text edit control for C++?

开发者 https://www.devze.com 2023-01-02 06:17 出处:网络
I\'m looking for a control to edit rich text.These are my requireme开发者_JS百科nts: Fast/lightweight

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

精彩评论

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