[Solved] Display qDebug messages to a textbrowser
-
Hi All,
I have a TabWidget with a Qtextbrowser i want to display my qdebug messages (displaying in the Qt Creator GUI i.e. Application Output) in this browser. Actually the tables in my tabs are getting autorefreshed every 2 minutes and i want to display this within the application. What is the right way to do it ? Is QtextBrowser capable of displaying dynamic text ?Thanks.
-
There is an example of that on the wiki:
"Browser for QDebug output":http://developer.qt.nokia.com/wiki/Browser_for_QDebug_output