Hello,

im constantly posting something into a QTextEdit via a loop. In the loop is atm a qwait of 1 ms but the gui is not really good available for interaction.

I think cause QTextEdit is just always painting something.

Whats the best way to solve this problem in qt?

thx