You can use QProcess, that system not portable.
LE: correction: Linux has a system, sorry for my wrong intervention.
Anyway you can give QProcess a try - it has more functionality (see the documentation link).
You can use QProcess, that system not portable.
LE: correction: Linux has a system, sorry for my wrong intervention.
Anyway you can give QProcess a try - it has more functionality (see the documentation link).
Last edited by Zlatomir; 4th May 2011 at 11:28.
You can redirect stdout ( and stderr) to your file, then read the file content in QString
Bookmarks