1 #ifndef QPROPERTYBROWSERWIDGET_HPP
2 #define QPROPERTYBROWSERWIDGET_HPP
30 QHash<QtProperty*, QObject*> propertyToObject;
31 QHash<QObject*, QHash<QString ,QtProperty*>* > objectToProperties;
32 QHash<QObject*, QtProperty*> objectToGroup;
The QtVariantPropertyManager class provides and manages QVariant based properties.
Definition: qtvariantproperty.h:169
The QtTreePropertyBrowser class provides QTreeWidget based property browser.
Definition: qttreepropertybrowser.h:56
The QtGroupPropertyManager provides and manages group properties.
Definition: qtpropertymanager.h:168
The QtProperty class encapsulates an instance of a property.
Definition: qtpropertybrowser.h:74
The QtVariantEditorFactory class provides widgets for properties created by QtVariantPropertyManager ...
Definition: qtvariantproperty.h:279