When I am using Qt Creator to make a widget app, the text output is redirected to the Qt Creator built in console (For example from QDebug function). When I work with a console app however, the text output is redirected to a separate terminal window. How Can I decide where does the output go in Qt Creator? I would appreciate all help.
Asked
Active
Viewed 598 times
5
-
2you will get help from below links http://stackoverflow.com/questions/25437639/display-a-console-in-qt http://stackoverflow.com/questions/4171653/can-i-see-the-program-output-in-qt-creator – Pavan Chandaka Oct 16 '16 at 18:26