Quote Originally Posted by aegis View Post
Forgive my english, maybe i asked the question wrong because doing some searching i found this :
http://www.qtforum.org/article/678/R...to-qDebug.html
which is not what i am looking for
That may be actually... Indeed any output sent to qDebug(), qWarning() and qFatal() can be intercepted very easily and handled in any wanted fashion by setting a custom message handler. which, having access to the widget, would be able to append all debug messages to it with the big advantage of being able to parse/filter them.