[Interest] Piping data between QProcesses

Alan Ezust alan.ezust at gmail.com
Sat May 24 17:40:19 CEST 2014


You can connect one QProcess to another with a pipe this way:

void QProcess::setStandardOutputProcess(QProcess * destination)

You can also create one QDataStream from another QIODevice:
QDataStream::QDataStream(QIODevice * d)

Does that help?



More information about the Interest mailing list