Inheritance diagram for SettingsProviderQt: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 | 
  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.