I already told you - Qt doesn't handle Open Document files.
I already told you - Qt doesn't handle Open Document files.
feel free to share any source code..we are all source code hungry people![]()
ODP is not ODT. The latter is text, the former is mostly graphics. Unless you write your own parser for the xml that makes the ODP and creates a graphics scene from it, you won't make any progress. With ODT this is much simpler because Qt has native support for text documents but still the ODT converter you found probably converts only a small subset of ODT to QTextDocument.
Bookmarks