Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.6.2
-
None
Description
Many people ask on forums how to save and load Rich Text with QTextEdit (with images, user object etc). I think you need to add implementation for QDataStream:
QDataStream& operator<< (QDataStream& stream, const QTextDocument& textDocument) QDataStream& operator>> (QDataStream& stream, QTextDocument& textDocument)
Attachments
Issue Links
- depends on
-
QTBUG-3819 Add the possibility to load the document saved with QTextDocumentWriter
- Open