Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-9258

Add QDataStream operators to QTextDocument

XMLWordPrintable

      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)
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            rg Rudolf Grauberger
            Votes:
            8 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes