1 #ifndef QSETTINGSPROPERTYLOADER_H 2 #define QSETTINGSPROPERTYLOADER_H 4 #include "qsettingsdialog_global.h" 6 #include <QMetaProperty> 7 #include <QScopedPointer> 8 #include "qsettingsloader.h" 10 class QSettingsPropertyLoaderPrivate;
29 int metatypeId()
const;
43 #endif // QSETTINGSPROPERTYLOADER_H A loader to load properties from objects and gadgets.
Definition: qsettingspropertyloader.h:12
virtual void saveData(const QVariant &data)=0
Will be called asynchronously to save data to the objects thread.
Defines an asynchronous loader, that can load settings from any thread with any delay.
Definition: qsettingsloader.h:53
virtual void resetData()=0
Will be called asynchronously to reset data to the objects thread.
virtual void loadData()=0
Will be called asynchronously to load data from the objects thread.