C++ (Qt)void ServerThread::output(){ msleep( 200 ); QByteArray bytes = process->readAllStandardOutput(); emit updateOutput(bytes);}