Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 qt creator 项目中启动进程(我的意思是打开一个可执行文件),例如在 c# 中我们使用:system.diagonistic.procces.start(file/path); qt creator 中对应的是什么?
提前致谢
你检查过 QProcess 的文档吗?