Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to embed windows consoles in my qt program.
-
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.