21 mProviderProperties.
insert( property, value );
26 mProviderProperties.
insert( property, value );
31 return mProviderProperties.
value( property, defaultValue );
36 return mProviderProperties.
value( property, defaultValue );
QVariant providerProperty(ProviderProperty property, const QVariant &defaultValue=QVariant()) const
Get the current value of a certain provider property.
QVariant property(const char *name) const
void setProviderProperty(ProviderProperty property, const QVariant &value)
Allows setting arbitrary properties on the provider.
iterator insert(const Key &key, const T &value)
ProviderProperty
Properties are used to pass custom configuration options into data providers.
const T value(const Key &key) const