bool Machine::JudgeModelFileReasonable(QString modelPath) {
QDir folder(modelPath);
if (!folder.exists()) {
m_strLastErr = L"失败:模型文件夹不存在!";
判断文件夹下文件格式的封装
最新推荐文章于 2025-08-12 21:47:50 发布
bool Machine::JudgeModelFileReasonable(QString modelPath) {
QDir folder(modelPath);
if (!folder.exists()) {
m_strLastErr = L"失败:模型文件夹不存在!";