标签:
使用Qprocess的startDetached()方法,当前程序关闭时,调用的外部程序能够照常运行。
QProcess::startDetached(
"C:\\Qt\\1.exe"
,QStringList());
#include <QProcess>,不然编译不通过
使用Qprocess的startDetached()方法调用外部exe程序
原文地址:http://www.cnblogs.com/begoogatprogram/p/4686855.html