Reputation: 25094
How can i start an external Process in QT 5 without caring about what is happening with the process?
Upvotes: 1
Views: 1473
Reputation: 5897
This is possible with the static method QProcess::startDetached.
QProcess::startDetached
Upvotes: 6