PDA

View Full Version : How to forward console debug data



Nik8768
27th April 2010, 19:08
I need to forward everything qt sends to output console window of visual studio to a little widget on my application. How is it possible?
Like qDebug..

Kumosan
27th April 2010, 19:15
QtMsgHandler qInstallMsgHandler ( QtMsgHandler handler )
Install your own message handler. You find a good example in the assistant.