#include <QProcess>
QProcess pro;
QString strPath = "D:/test.exe";
pro.startDetached(strPath);
Qt 之 打开exe程序
最新推荐文章于 2025-05-24 23:22:07 发布
#include <QProcess>
QProcess pro;
QString strPath = "D:/test.exe";
pro.startDetached(strPath);