For output in console used qDebugOriginally Posted by high_flyer
And about qWarning from Asistant
Under X11, the text is printed to stderr. Under Windows, the text is sent to the debugger.
For output in console used qDebugOriginally Posted by high_flyer
And about qWarning from Asistant
Under X11, the text is printed to stderr. Under Windows, the text is sent to the debugger.
a life without programming is like an empty bottle![]()
Adding console to the CONFIG options in the .pro file, also helps!![]()
Thanks a lot.. I was able to see the debug messages by using CONFIG += console in my application
Or write Yours message handler and put all messages into the file.Read about this here.
Bookmarks