Hi all,

Searching the web and the forum, I did not found any answer to my question. I am building an app which has tu run either in console mode (without Qt) or in GUI mode (with Qt of course). Since some of the processes are time consuming, the GUI is blocked if I do not use a thread. However, I need to do some logs, in the standard output in console mode, and in a QTextBrowser in GUI mode.

I use boost thread.

The solutions I found on the forum all use a mechanism of Qt signals / slots. Since I do not use Qt in my console application, how van I handle that?

Hope you could help.

Best regards

Olivier