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?
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to