Qt进阶技巧:将自定义.exe脚本融入主界面实现一键运行exe文件调用 需要头文件 QProcess QProcess pro;QString strPath ="D:test.exe";pro.startDetached(strPath);打包为exe1月前70