Qt-QProcess:启动外部程序失败
摘要:
使用QProcess启动外部exe文件: 1 QString exepath = QApplication::applicationDirPath() + "/Series/loads.exe"; 2 if (QFileInfo(exepath).exists()) 3 { 4 if (m_aco 阅读全文
posted @ 2021-10-02 21:40
imbaby
阅读(1571)
评论(0)
推荐(0)