[Solved] fast Textviewer
-
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 -
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)