Qt——几类常用的路径
字数统计:70 阅读时长 ≈ 1分钟under Qt tag Published on June 4th , 2020 at 03:30 am
1.程序所在路径
这里说的“程序”指的是项目生成的.exe
可执行文件
程序所在路径为:
C:/Qt/examples/tools/regexp/regexp.exe
那么 qApp->applicationDirPath()
的结果是:
C:/Qt/examples/tools/regexp
如果除了程序所在路径,我们还想要程序的完整名称。那么可以使用qApp->applicationFilePath()
C:/Qt/examples/tools/regexp/regexp.exe
还没写完
本文由simyng创作,
采用知识共享署名4.0 国际许可协议进行许可,转载前请务必署名
文章最后更新时间为:June 3rd , 2020 at 07:30 pm