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

QTextCharFormat::textOutline property not copied in copy/paste

XMLWordPrintable

      Not everything that you can do with a QTextDocument formatting is writable to html. For starters any custom properties set by the application (UserFormat+n), but also some standard ones like text outline. This is because there are only 2(3) formats in the mime data created, html, text, and if enabled, odf. There really should be a native format as well to ensure a copy and paste between QTextEdit widgets always is a proper copy and paste. I mean if ODF can be added to the mime data without a decision from the application developer, surely something a little more direct to Qt can be as well.

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

            Unassigned Unassigned
            elhedran Ian Walters
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes