摘要: 操作文件,无非就是读与写,以下为Qt读写ini文件的代码。 demo: #include "widget.h" #include <QApplication> #include <QDebug> #include <QSettings> /*QSettings * // 方法一:可以设置ini文件保 阅读全文
posted @ 2021-08-01 18:50 十一的杂文录 阅读(756) 评论(0) 推荐(0) 编辑