7#include <QtCore/qobject.h>
8#include <QtCore/qvariant.h>
9#include <QtCore/qstring.h>
10#include <QtCore/qscopedpointer.h>
52#if defined(Q_OS_WIN) || defined(Q_QDOC)
111 explicit QSettings(Scope scope = UserScope);
121#if QT_CORE_REMOVED_SINCE(6, 4)
128#if QT_CORE_REMOVED_SINCE(6, 4)
142#if QT_CORE_REMOVED_SINCE(6, 4)
151#if QT_CORE_REMOVED_SINCE(6, 4)
IOBluetoothDevice * device
\inmodule QtCore \reentrant
QScopedPointer< QObjectData > d_ptr
static void setDefaultFormat(Format format)
QMap< QString, QVariant > SettingsMap
Typedef for QMap<QString, QVariant>.
static Format defaultFormat()
Format
This enum type specifies the storage format used by QSettings.
Scope
This enum specifies whether settings are user-specific or shared by all users of the same system.
~QSettings()
Destroys the QSettings object.
void setAtomicSyncRequired(bool enable)
QString organizationName() const
int beginReadArray(QAnyStringView prefix)
Adds prefix to the current group and starts reading from an array.
QStringList childKeys() const
Returns a list of all top-level keys that can be read using the QSettings object.
static Format registerFormat(const QString &extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity=Qt::CaseSensitive)
QString applicationName() const
void sync()
Writes any unsaved changes to permanent storage, and reloads any settings that have been changed in t...
Status
The following status values are possible:
bool isWritable() const
Returns true if settings can be written using this QSettings object; returns false otherwise.
static void setPath(Format format, Scope scope, const QString &path)
bool isAtomicSyncRequired() const
QStringList childGroups() const
Returns a list of all key top-level groups that contain keys that can be read using the QSettings obj...
void setArrayIndex(int i)
Sets the current array index to i.
Status status() const
Returns a status code indicating the first error that was met by QSettings, or QSettings::NoError if ...
bool fallbacksEnabled() const
Returns true if fallbacks are enabled; returns false otherwise.
void setFallbacksEnabled(bool b)
Sets whether fallbacks are enabled to b.
\macro QT_RESTRICTED_CAST_FROM_ASCII
QMap< QString, QString > map
[6]
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
static bool contains(const QJsonArray &haystack, unsigned needle)
GLboolean GLboolean GLboolean b
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLint GLsizei GLsizei GLenum format
GLsizei const GLchar *const * path
static void allKeys(HKEY parentHandle, const QString &rSubKey, NameSet *result, REGSAM access=0)
#define QT_REQUIRE_CONFIG(feature)
settings beginWriteArray("logins")
settings beginGroup("mainwindow")
[12]
QSettings settings("MySoft", "Star Runner")
[0]
settings setValue("DataPump/bgcolor", color)
settings remove("monkey")
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent