QFile 相对路径是否存在文件
在我的执行文件夹内建了xml/monitor子文件夹 ,并判断 QString monitro_name;是否存在。
我使用if (!QFile::exists(":/xml/monitor/"+monitor_name)), 但还是无法判断,困恼好久了,
[解决办法]
看看以下几个路径就清楚了:
QDir::currentPath()
QCoreApplication::applicationFilePath()