I need to be able to print some variables in my console at run-time, not debugging, ... #include <QTextStream> QTextStream out(stdout); foreach(QString x, ...
確定! 回上一頁