1

How can i start an external Process in QT 5 without caring about what is happening with the process?

user1767754
  • 23,311
  • 18
  • 141
  • 164
  • Possible duplicate of [Qt Execute external program](https://stackoverflow.com/questions/19442400/qt-execute-external-program) – Jason C Jul 27 '19 at 15:30

1 Answers1

6

This is possible with the static method QProcess::startDetached.

tomvodi
  • 5,577
  • 2
  • 27
  • 38