How to specify program output text color to Qt Creator's output console
-
wrote on 7 Mar 2014, 04:15 last edited by
If I use qDebug() to do the output, the output text color will be in red. Is there anyway that I can control the output text color to Qt Creator's output console?
I know I can use ANSI color code to produced colored text output in *nix terminal, but Qt Creator's output console does not support it.
1/1