Qx v0.6.1
Qt Extensions Library
|
The ExecuteResult struct contains the result of a call to execute() or shellExecute().
Public Attributes | |
int | exitCode |
QString | output |
int Qx::ExecuteResult::exitCode |
The exit code of the process.
QString Qx::ExecuteResult::output |
The standard output of the process.