码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-07-29 18:53:14      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:

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

QProcess::startDetached("C:\\Qt\\1.exe",QStringList());
记得在头文件中添加#include <QProcess>,不然编译不通过

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

标签:

原文地址:http://www.cnblogs.com/begoogatprogram/p/4686855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!