Lucas: How "rich" does your Rich Text have to be?
If your task is to write minimally-formatted text into a .RTF file, you might just want to write your own writer implementation from scratch. Microsoft provides pretty good documentation on the .RTF format and you can readily create examples to reverse-engineer. Beyond that, there appear to be Python, Perl, and Java implementations of .RTF interfaces, but a quick Google doesn't reveal any obvious C++ implementations. In which language (Java or C++) does Open Office do their .RTF interface? Others on the list may, of course, have better/other information. Atlant From: interest-bounces+aschmidt=dekaresearch....@qt-project.org [mailto:interest-bounces+aschmidt=dekaresearch....@qt-project.org] On Behalf Of lucas.betsch...@crypto.ch Sent: Friday, March 02, 2012 06:47 To: interest@qt-project.org Subject: [Interest] MS RTF Hello I'm looking for a way to display & write MS RTF in a Qt Widget. I already googled for that and it seems that there is no build in Qt Widget that can handle this. I know HTML/XML would be better then MS RTF, but my tool has to be compatible to an older program which is written in VS C++ and uses RTF (and the RTF toolbar similar to the one in MS WordPad). So what I need is a widget and a toolbar similar to MS WordPad. What I have to do is: Write formated text -> convert to MS RTF -> send Receive MS RTF formated text -> show in Qt App (read only) Does somebody know a library or so to do this? It should be platform independent too.. Thanks for your help. Regards Lucas Betschart Click here<https://www.mailcontrol.com/sr/h2vY8XETGoHTndxI!oX7UsdpzMR7Bo2KiRFSr7GB1orhAI48KQMOKqnVQPOyB+QhYvjIxlvyyZ4sWPB8dn7asg==> to report this email as spam. ________________________________ This e-mail and the information, including any attachments, it contains are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message. Thank you. Please consider the environment before printing this email.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest