Qt相对路径转绝对路径

1.代码

QDir temDirs("./");
QString filePath = temDirs.absolutePath();

 

posted @ 2022-04-11 15:08  朱小勇  阅读(358)  评论(0)    收藏  举报