Read (and write) RTF files with C++ / Qt [closed]
I helped writing the RTF import export filter in KOffice. You can have a look at the code at https://cgit.kde.org/koffice.git/tree/filters/kword/rtf. The code is modular and it depends only on Qt.
A quick SourceForge search suggests librtf. It hasn't been developed in a while, but is listed as stable and is under the LGPL. I don't know whether it will support what you need, but I always suggest searching SourceForge for libraries.
You can ask the #koffice
guys on irc.freenode.org
over irc. Their program kword
is able to open RTF files, and is indeed also written in Qt. I'm sure they would be glad to tell you about how they do it.