QT 对外部程序操作 1.开启 2.退出 3.镶嵌使用 4.路径空格问题 启动 1.开启 主要使用了QProcess QProcess *expStart; QString strExpPath = tr("D:\\APP\\TencentQQ\\Bin\\QQScLauncher.exe"); //腾讯qq // QString strExpPath = tr("calc.exe"); //计算器程序 expStart = new QProcess(this