c_cpp 来自http://www.qtcentre.org/threads/21473-How-to-use-QSettings-to-read-INI-file

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 来自http://www.qtcentre.org/threads/21473-How-to-use-QSettings-to-read-INI-file相关的知识,希望对你有一定的参考价值。

QSettings settings("test.ini", QSettings::IniFormat);
settings.beginGroup("players");
const QStringList childKeys = settings.childKeys();
foreach (const QString &childKey, childKeys)	
  qDebug() << settings.value(childKey);
settings.endGroup();

以上是关于c_cpp 来自http://www.qtcentre.org/threads/21473-How-to-use-QSettings-to-read-INI-file的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 来自C#的C ++

c_cpp 来自顶点的给定长度的所有路径

c_cpp 来自void指针的hash数据

c_cpp 来自Idris Lightyear的实验笔记

c_cpp 如果来自源的路径长度超过k

c_cpp 示例来自c plus plus on structs