I tell ya what I am not that impressed with the QTextEdit performance. I have a thread running some code and all it does is send a msg to my GUI (append to QTextEdit) and it doesn't update at all until after my thread is completed.

I've read that other people have said the performance is bad but was told to use a QTable.

Why use a QTable when QTextEdit is really what I want? hmm...

Is there a way to improve the speed of updating. I have a QProgressbar and it gets a call at the same time I send a call to the QTextEdit (while the progressbar updates great the textedit does not.)

Anythoughts?