Hello,

this is not directly an I-have-a-problem-thread, but instead a thread about two things I noticed about QTextEdit.

First, it crashes when you try to load a binary file. I open a binary file with QFile and with the Text Attribute enabled, and showing it in QTextEdit makes my application crash. Is this know to Qt 4.1.0?

Second, the QTextEdit gets very slow when you load more than 100kb. Scrolling and looking at a big file are laggy (I have a 3ghz pc, so on other computers it might be even slower), and doing a simple stringreplacement takes ages (couple of minutes.. dunno, I cancelled after 2 minutes).

Are these known issues? If so, is there any workaround for those which makes use of Qt functions?

Thanks for answers