把外部程序嵌入Qt UI,实现复杂任务一键执行exe文件调用 需要头文件 QProcess QProcess pro;QString strPath ="D:test.exe";pro.startDetached(strPath);打包为exe1月前60