Public Member Functions | |
SettingsProviderQt (QSettings *target) | |
QStringList | allKeys () const override |
QStringList | allSections () const override |
bool | hasKey (const QString &key) const override |
void | remove (const QString &key) override |
void | setValue (const QString &key, const QVariant &value) override |
QVariant | value (const QString &key, QVariant defValue=QVariant()) const override |
Public Member Functions inherited from SettingsProvider | |
void | copyFrom (const SettingsProvider &other) |
Copies all settings from 'other' to 'this'. More... | |
Definition at line 45 of file settingsproviderqt.h.