I have a Gui app that contains a QTextEdit object. From this app I start a separate QThread. What is the best way, if possible, for the QThread to print messages to the QTextEdit on the main Gui app.

Any help is greatly appreciated.

Thanks in advanced.