摘要: QString dir_str = "E:\CodeTest"; // 检查目录是否存在,若不存在则新建 QDir dir; if (!dir.exists(dir_str)) { bool res = dir.mkpath(dir_str); qDebug() << "新建目录是否成功" << r 阅读全文
posted @ 2019-08-29 15:11 Truman001 阅读(7455) 评论(2) 推荐(1) 编辑
摘要: 界面如下: 软件源码:https://github.com/Mr-jiayunfei/qt_code.git 阅读全文
posted @ 2019-08-29 15:08 Truman001 阅读(1199) 评论(0) 推荐(0) 编辑