Quote Originally Posted by e8johan View Post
Does make emit text to stdout or stderr?
I use Qt::connect(&process,SIGNAL(readyRead()),this,SLOT (showText())), and in showText() I use process.readAll().