How to use the new QtCreator for console input/output?
-
@raymanT
Does sounds the same. Flip flopping the settings makes it save it.
I upgraded via maintenance tool but here the settings does seems to work. -
@mrjj
Hello
I just found that if using Qbs I will not encounter this problem, maybe it is the problem of qt4projectmanager, now I just use Qbs in my project for workaround. -
@mrjj OK.
It is very interesting. I use clean installation on Ubuntu and Windows.
And for exemple free C++ project and free Qt console project.
In C++: cout << "Hello" << endl;
In Qt: qDebug() << "Hello";@Koljasha Hi, I got a doubt related to console output. I suppose the console output appears in the compile output section of the Qt Creator. Please confirm.
Suppose , In Qt , QString myQuote= "Hello";
Can I write qDebug()<< myQuote to get Hello in my console output?Thanks !
-
@Koljasha Hi, I got a doubt related to console output. I suppose the console output appears in the compile output section of the Qt Creator. Please confirm.
Suppose , In Qt , QString myQuote= "Hello";
Can I write qDebug()<< myQuote to get Hello in my console output?Thanks !