SettingsDatabase Namespace

Core::SettingsDatabase

The SettingsDatabase namespace offers an alternative to the application-wide QSettings that is more suitable for storing large amounts of data. More...

Header: #include <coreplugin/settingsdatabase.h>

Detailed Description

The settings database is SQLite based, and lazily retrieves data when it is asked for. It also does incremental updates of the database rather than rewriting the whole file each time one of the settings change.

The SettingsDatabase API mimics that of QSettings.

See also settings().

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.