How to embed windows consoles in my qt program.
Unsolved
General and Desktop
-
I want to embe the windows console in my qt program, which is the win terminal that command CONFIG += console opened.
the way above showed two windows,and it doesn't fit my assumptions.
i want to embed the console in program so that i can display the information outputted by (qDebug() or cout the output that is written in the link library).
thank you telling me how to do it.