70 Q_PROPERTY(
bool groupByInheritance READ groupByInheritance WRITE setGroupByInheritance DESIGNABLE
true USER
true)
71 Q_PROPERTY(QString nameFilterPattern READ nameFilterPattern WRITE setNameFilterPattern DESIGNABLE
true USER
true)
78 const QString& name, QObject* propertyObject,
Property* parent);
98 void addObject(QObject* propertyObject);
108 void setObject(QObject* propertyObject);
116 void updateObject(QObject* propertyObject);
124 void registerCustomPropertyCB(UserTypeCB callback);
130 void unregisterCustomPropertyCB(UserTypeCB callback);
132 void setSorted(
bool enabled);
136 bool groupByInheritance()
const;
138 QString nameFilterPattern()
const;
141 void mousePressEvent(QMouseEvent* event);
142 void keyPressEvent(QKeyEvent* event);
148 QScopedPointer<QPropertyEditorWidgetPrivate>
d_ptr;
154 void setGroupByInheritance(
bool enabled);
156 void setNameFilterPattern(
const QString &wildcardPattern);
159 void sortedAction(
bool checked);