使用Qprocess的startDetached()方法调用外部exe程序

使用Qprocess的startDetached()方法,当前程序关闭时,调用的外部程序能够照常运行。

QProcess::startDetached("C:\\Qt\\1.exe",QStringList());
记得在头文件中添加#include <QProcess>,不然编译不通过
posted @ 2015-07-29 18:26  柳安花明  阅读(9930)  评论(0编辑  收藏  举报