From the documentation:
Execute(const QString & program, const QStringList & arguments)
Starts the program program with the arguments arguments in a new process, waits for it to finish, and then returns the exit code of the process
From the documentation:
Execute(const QString & program, const QStringList & arguments)
Starts the program program with the arguments arguments in a new process, waits for it to finish, and then returns the exit code of the process
Bookmarks