PDA

View Full Version : How to read from odf file..?



sreenidhi707
18th July 2011, 05:01
I have a qTextEdit in which I display rich text and I'm saving the rich text as an ODF file through QTextDocument and QTextDocumentWriter. However I also wanted to open a .ODF file and display its rich text contents in my qTextEdit widget. I could not find a way to do it after extensive searching in the internet. I was wondering whether it is possible in Qt to open an ODF file and display the contents in a qTextEdit...?

mcosta
18th July 2011, 11:47
At the moment you can only Write ODF files with Qt.