You have to use something like that:
or better use the finished signal.Qt Code:
QProcess p; p.waitForFinished(); qWarning() << p.readAllStandardOutput();To copy to clipboard, switch view to plain text mode
You have to use something like that:
or better use the finished signal.Qt Code:
QProcess p; p.waitForFinished(); qWarning() << p.readAllStandardOutput();To copy to clipboard, switch view to plain text mode
#andi# (9th August 2009)
Bookmarks