#include <ksimpleprocess.h>
Public Slots | |
void | slotProcessExited () |
void | slotReceivedStdout () |
void | slotReceivedStderr () |
Static Public Member Functions | |
QString | exec (const QString &args, bool addStdErr=false) |
Friends | |
class | Im_lonely |
|
Executes a string as if it where at the current shell. This will block until execution is finished. Once its finished the standard output will be returned. if the addStdErr is true, the standard error will be combined with the standard in value. Example: QString myProc = KSimpleProcess::exec( "ps -uh" ); kdDebug() << "Running Processes\n" << myProc << endl; * |
|
|
|
|
|
|
|
|