标签: c++ qt
如何在不关心流程发生的情况下在QT 5中启动外部流程?
答案 0 :(得分:6)
使用静态方法QProcess::startDetached可以实现这一点。
QProcess::startDetached