I think you can read this thread
http://www.qtcentre.org/forum/f-qt-p...light=QProcess
He read ping output...
I think you can read this thread
http://www.qtcentre.org/forum/f-qt-p...light=QProcess
He read ping output...
Hi,
thanks for reply...
In my process application, i am trying to put data through qdebug i.e I am printing a QString.
Whether this is the right way to put standard output data?
And i am reading the data in my application through readAllStandardOutput() ; But my output is empty string.
I referred the link send by you, still for me the same output "Empty String"
need your help
qDebug() puts output on standard error so if you want to read output from qDebug() just read standard error: QProcess::readAllStandardError()
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
augusbas (24th September 2009)
Bookmarks