Hi there!
QTextEdit internally supports/uses html for its rich text features.
To read Microsoft RTF files.. you will probably need some kind of conversion.
Google revealed, that someone else ran into the same problem:
http://stackoverflow.com/questions/2...iles-with-c-qt
One answer points to a RTF-Tokenizer used in KWord.
But to get that running in your project is probably quite a lot of work..
Maybe you can reduce the number of supported tokens?
Good luck!
Johannes
Bookmarks