1 #ifndef QSETTINGSPROPERTYENTRY_H 2 #define QSETTINGSPROPERTYENTRY_H 4 #include "qsettingsdialog_global.h" 5 #include "qsettingsentry.h" 25 bool optional =
false,
32 bool optional =
false,
40 bool optional =
false,
47 bool optional =
false,
52 template<
typename... Args>
60 template<
typename... Args>
61 explicit QSettingsPropertyEntry(
const QMetaProperty &metaProperty,
68 template<
typename... Args>
69 explicit QSettingsPropertyEntry(
const char *propertyName,
77 template<
typename... Args>
78 explicit QSettingsPropertyEntry(
const QMetaProperty &metaProperty,
89 template<
typename... Args>
94 template<
typename... Args>
99 template<
typename... Args>
101 QSettingsPropertyEntry(propertyName, metaObject, gadget, name, optional, tooltip, mapWrapper(properties...))
104 template<
typename... Args>
109 #endif // QSETTINGSPROPERTYENTRY_H A loader to load properties from objects and gadgets.
Definition: qsettingspropertyloader.h:12
QString tooltip() const
Returns the tooltip this entry has.
QSettingsPropertyEntry(const char *propertyName, QObject *object)
Creates a property entry for a property on an object.
Represents one settings entry within the settings dialog.
Definition: qsettingsentry.h:11
QHash< QString, QVariant > UiPropertyMap
a Hash for strings to variant, to provide properties for edit widgets
Definition: qsettingsdialog_global.h:42
A class that combines the QSettingsEntry and the QSettingsPropertyLoader.
Definition: qsettingspropertyentry.h:9
virtual int displaytype()
Returns the display type id for this entry.