Qt进阶技巧:将自定义.exe脚本融入主界面实现一键运行
exe文件调用 需要头文件 QProcess QProcess pro;QString strPath ="D:test.exe";pro.startDetached(strPath);打包为exe
1月前70
exe文件调用 需要头文件 QProcess QProcess pro;QString strPath ="D:test.exe";pro.startDetached(strPath);打包为exe
前言 最近开始用Windows下的git工具 Git Bash,效率确实快了很多,但是里面的复制粘贴还是不尽人意,需要用到 CtrlShift+Insert才可以,但是现在很多
