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