[][src]Module qt_core::q_process

C++ type: QProcess

Structs

ExitStatus

This enum describes the different exit statuses of QProcess.

InputChannelMode

This enum describes the process input channel modes of QProcess. Pass one of these values to setInputChannelMode() to set the current write channel mode.

ProcessChannel

This enum describes the process channels used by the running process. Pass one of these values to setReadChannel() to set the current read channel of QProcess.

ProcessChannelMode

This enum describes the process output channel modes of QProcess. Pass one of these values to setProcessChannelMode() to set the current read channel mode.

ProcessError

This enum describes the different types of errors that are reported by QProcess.

ProcessState

This enum describes the different states of QProcess.