Re: How to pipe a string to an application output?
Originally Posted by jefftee
If you have QProcess's running for both, then just QProcess::readAll() from the one process and QProcess::write to another. If that doesn't answer your question, post more details regarding what you're trying to accomplish.
Edit: Sorry, I see you're talking about having the output show up in Qt Creator. Just use qDebug() to write your output and it should show up in the application output window.
That is not going to work, because QProcess is being run as part of QtCreator, as this is a plugin. The debug would therefore display itself in the application running QtCreator (ie running qtcreator from the commandline or from another QtCreator.)
Bookmarks