Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QDesignerDynamicPropertySheetExtension class allows you to manipulate a widget's dynamic properties in Qt Designer's property editor. More...
#include <QDesignerDynamicPropertySheetExtension>
This class was introduced in Qt 4.3.
The QDesignerDynamicPropertySheetExtension class allows you to manipulate a widget's dynamic properties in Qt Designer's property editor.
See also QDesignerPropertySheetExtension and Dynamic Properties.
Destroys the dynamic property sheet extension.
Adds a dynamic property named propertyName and sets its value to value. Returns the index of the property if it was added successfully; otherwise returns -1 to indicate failure.
Returns true if propertyName is a valid, unique name for a dynamic property; otherwise returns false.
Returns true if the widget supports dynamic properties; otherwise returns false.
Returns true if the property at the given index is a dynamic property; otherwise returns false.
Removes the dynamic property at the given index. Returns true if the operation succeeds; otherwise returns false.
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |