Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] fast Textviewer
Forum Updated to NodeBB v4.3 + New Features

[Solved] fast Textviewer

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lloydqt
    wrote on last edited by
    #1

    Hi,

    I want to display a large binary file in textview. I have tried with QTextEdit, QPlainTextEdit, but they seems to be very slow. As in a hexviewer I have modified all the non printable characters to ".".

    Is there any mechanism available in qt to improve the paining speed of a text view? (I am not cared about neat formatting or editing)

    Thanks,
    Lloyd

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DerManu
      wrote on last edited by
      #2

      My last post on this thread might help you get started:
      http://qt-project.org/forums/viewthread/16982/
      (No need to read the other posts entirely)

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lloydqt
        wrote on last edited by
        #3

        I was expecting some shortcuts :) so I have to manually manage it?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DerManu
          wrote on last edited by
          #4

          Of course you can always look for third party Qt widgets with your favorite search engine that have implemented efficient large-file-handling already :)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved