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

QTextEdit hangs when large text is copied

XMLWordPrintable

    • macOS, Windows
    • 1dc88a1b5 (dev), 45327d3d4 (6.5), 659bb338f (6.6)

      When a large text is copy paste  to QTextEdit, it hangs. cant upload sample text file of size 60 mb.

      But with following tiny code if large file is copied to clipboard and pasted here hangs forever. this works with QPlainTextEdit

      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QTextEdit editor;
          editor.resize(800, 600);
          editor.show();
          return a.exec();
      }
       

       

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

            esabraha Eskil Abrahamsen Blomfeldt
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes