Structure that collects information about a process to be started. More...
#include <processbackend.h>
Public Attributes | |
QString | program |
The path or name of the executable. | |
QStringList | arguments |
The arguments that should be passed to the process. | |
std::optional< QString > | workingDir = std::nullopt |
The working directy. If set to nullopt, the programs path is used. | |
Structure that collects information about a process to be started.
Definition at line 34 of file processbackend.h.