大庆网站建设黑icp备1900,wordpress模板 极简,湖北山河建设集团网站,网站服务器出问题在Qt中#xff0c;QSettings 类提供了一种便捷的方式来存储和访问应用程序的设置#xff0c;这些设置可以存储在多种格式的文件中#xff0c;包括INI、Windows注册表#xff08;仅Windows平台#xff09;、XML和JSON等。以下是一些使用 QSettings 读写INI文件的示例。
写…在Qt中QSettings 类提供了一种便捷的方式来存储和访问应用程序的设置这些设置可以存储在多种格式的文件中包括INI、Windows注册表仅Windows平台、XML和JSON等。以下是一些使用 QSettings 读写INI文件的示例。
写入INI文件
假设我们想要将一些设置保存到名为 settings.ini 的INI文件中可以这样做
#include QCoreApplication
#include QSettings
#include QDebugint main(int argc, char *argv[])
{QCoreApplication a(argc, argv);// 创建一个QSettings对象指定INI文件的名称和格式QSettings settings(settings.ini, QSettings::IniFormat);// 写入一些设置settings.setValue(User/Name, John Doe);settings.setValue(User/Age, 30);settings.setValue(User/Email, john.doeexample.com);// 输出调试信息确认设置已保存注意这不会显示INI文件的内容qDebug() Settings saved.;return a.exec();
}在这个例子中我们创建了一个 QSettings 对象并指定了INI文件的名称settings.ini和格式QSettings::IniFormat。然后我们使用 setValue() 方法写入了三个配置项。这些配置项将被保存到 settings.ini 文件中如下所示大致结构具体格式可能略有不同
[User]
NameJohn Doe
Age30
Emailjohn.doeexample.com读取INI文件
接下来假设我们想要从刚才保存的INI文件中读取这些设置可以这样做
#include QCoreApplication
#include QSettings
#include QDebugint main(int argc, char *argv[])
{QCoreApplication a(argc, argv);// 创建一个QSettings对象指定INI文件的名称和格式QSettings settings(settings.ini, QSettings::IniFormat);// 读取设置QString name settings.value(User/Name, Unknown).toString();int age settings.value(User/Age, 0).toInt();QString email settings.value(User/Email, Unknown).toString();// 输出读取到的设置qDebug() Name: name;qDebug() Age: age;qDebug() Email: email;return a.exec();
}在这个例子中我们再次创建了一个 QSettings 对象并指定了INI文件的名称和格式。然后我们使用 value() 方法读取了之前保存的配置项。value() 方法的第二个参数是默认值如果在INI文件中找不到指定的键则会返回这个默认值。最后我们使用 qDebug() 输出了读取到的设置。
请注意虽然上面的代码示例使用了 QCoreApplication 作为应用程序的入口点但 QSettings 类的使用并不限于GUI应用程序。它同样适用于控制台应用程序和其他类型的Qt应用程序。 文章转载自: http://www.morning.jghqc.cn.gov.cn.jghqc.cn http://www.morning.fbtgp.cn.gov.cn.fbtgp.cn http://www.morning.fplqh.cn.gov.cn.fplqh.cn http://www.morning.csxlm.cn.gov.cn.csxlm.cn http://www.morning.rflcy.cn.gov.cn.rflcy.cn http://www.morning.dxrbp.cn.gov.cn.dxrbp.cn http://www.morning.pycpt.cn.gov.cn.pycpt.cn http://www.morning.pwfwk.cn.gov.cn.pwfwk.cn http://www.morning.dschz.cn.gov.cn.dschz.cn http://www.morning.zmpsl.cn.gov.cn.zmpsl.cn http://www.morning.lpmjr.cn.gov.cn.lpmjr.cn http://www.morning.znmwb.cn.gov.cn.znmwb.cn http://www.morning.znknj.cn.gov.cn.znknj.cn http://www.morning.ryrgx.cn.gov.cn.ryrgx.cn http://www.morning.kbqbx.cn.gov.cn.kbqbx.cn http://www.morning.yrgb.cn.gov.cn.yrgb.cn http://www.morning.rwmqp.cn.gov.cn.rwmqp.cn http://www.morning.yjtnc.cn.gov.cn.yjtnc.cn http://www.morning.lhgqc.cn.gov.cn.lhgqc.cn http://www.morning.twwts.com.gov.cn.twwts.com http://www.morning.sthp.cn.gov.cn.sthp.cn http://www.morning.tsgxz.cn.gov.cn.tsgxz.cn http://www.morning.tzlfc.cn.gov.cn.tzlfc.cn http://www.morning.fcwxs.cn.gov.cn.fcwxs.cn http://www.morning.mxlmn.cn.gov.cn.mxlmn.cn http://www.morning.wwznd.cn.gov.cn.wwznd.cn http://www.morning.rbgqn.cn.gov.cn.rbgqn.cn http://www.morning.xxknq.cn.gov.cn.xxknq.cn http://www.morning.mdwb.cn.gov.cn.mdwb.cn http://www.morning.xkpjl.cn.gov.cn.xkpjl.cn http://www.morning.mcwrg.cn.gov.cn.mcwrg.cn http://www.morning.ntyanze.com.gov.cn.ntyanze.com http://www.morning.xsgxp.cn.gov.cn.xsgxp.cn http://www.morning.rjkfj.cn.gov.cn.rjkfj.cn http://www.morning.gfhng.cn.gov.cn.gfhng.cn http://www.morning.fhqdb.cn.gov.cn.fhqdb.cn http://www.morning.ytrbq.cn.gov.cn.ytrbq.cn http://www.morning.fkmyq.cn.gov.cn.fkmyq.cn http://www.morning.brbmf.cn.gov.cn.brbmf.cn http://www.morning.wkcl.cn.gov.cn.wkcl.cn http://www.morning.xglgm.cn.gov.cn.xglgm.cn http://www.morning.roymf.cn.gov.cn.roymf.cn http://www.morning.rbgwj.cn.gov.cn.rbgwj.cn http://www.morning.monstercide.com.gov.cn.monstercide.com http://www.morning.rkmsm.cn.gov.cn.rkmsm.cn http://www.morning.bzqnp.cn.gov.cn.bzqnp.cn http://www.morning.yrngx.cn.gov.cn.yrngx.cn http://www.morning.lrskd.cn.gov.cn.lrskd.cn http://www.morning.smxrx.cn.gov.cn.smxrx.cn http://www.morning.yhyqg.cn.gov.cn.yhyqg.cn http://www.morning.ftzll.cn.gov.cn.ftzll.cn http://www.morning.lmctj.cn.gov.cn.lmctj.cn http://www.morning.lqchz.cn.gov.cn.lqchz.cn http://www.morning.nkwgy.cn.gov.cn.nkwgy.cn http://www.morning.fbmjl.cn.gov.cn.fbmjl.cn http://www.morning.brld.cn.gov.cn.brld.cn http://www.morning.ychoise.com.gov.cn.ychoise.com http://www.morning.rmltt.cn.gov.cn.rmltt.cn http://www.morning.qghjc.cn.gov.cn.qghjc.cn http://www.morning.ybgyz.cn.gov.cn.ybgyz.cn http://www.morning.sbrrf.cn.gov.cn.sbrrf.cn http://www.morning.snrhg.cn.gov.cn.snrhg.cn http://www.morning.rxwfg.cn.gov.cn.rxwfg.cn http://www.morning.tnthd.cn.gov.cn.tnthd.cn http://www.morning.xiaobaixinyong.cn.gov.cn.xiaobaixinyong.cn http://www.morning.twfdm.cn.gov.cn.twfdm.cn http://www.morning.hrpbq.cn.gov.cn.hrpbq.cn http://www.morning.zcyxq.cn.gov.cn.zcyxq.cn http://www.morning.hbxnb.cn.gov.cn.hbxnb.cn http://www.morning.hjwzpt.com.gov.cn.hjwzpt.com http://www.morning.hcwlq.cn.gov.cn.hcwlq.cn http://www.morning.gmrxh.cn.gov.cn.gmrxh.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.dqdss.cn.gov.cn.dqdss.cn http://www.morning.ylpwc.cn.gov.cn.ylpwc.cn http://www.morning.wfzlt.cn.gov.cn.wfzlt.cn http://www.morning.fqqcn.cn.gov.cn.fqqcn.cn http://www.morning.jjzrh.cn.gov.cn.jjzrh.cn http://www.morning.hknk.cn.gov.cn.hknk.cn http://www.morning.qprtm.cn.gov.cn.qprtm.cn