QDesignerPropertySheetExtension Class Reference
[QtDesigner module]
Inherited by QPyDesignerPropertySheetExtension.
Methods
- __init__ (self)
- __init__ (self, QDesignerPropertySheetExtension)
- int count (self)
- bool hasReset (self, int)
- int indexOf (self, QString)
- bool isAttribute (self, int)
- bool isChanged (self, int)
- bool isVisible (self, int)
- QVariant property (self, int)
- QString propertyGroup (self, int)
- QString propertyName (self, int)
- bool reset (self, int)
- setAttribute (self, int, bool)
- setChanged (self, int, bool)
- setProperty (self, int, QVariant)
- setPropertyGroup (self, int, QString)
- setVisible (self, int, bool)
Special Methods
Detailed Description
Method Documentation
QDesignerPropertySheetExtension.__init__ (self)
int QDesignerPropertySheetExtension.count (self)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerPropertySheetExtension.hasReset (self, int)
This method is abstract and should be reimplemented in any sub-class.
int QDesignerPropertySheetExtension.indexOf (self, QString)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerPropertySheetExtension.isAttribute (self, int)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerPropertySheetExtension.isChanged (self, int)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerPropertySheetExtension.isVisible (self, int)
This method is abstract and should be reimplemented in any sub-class.
QVariant QDesignerPropertySheetExtension.property (self, int)
This method is abstract and should be reimplemented in any sub-class.
QString QDesignerPropertySheetExtension.propertyGroup (self, int)
This method is abstract and should be reimplemented in any sub-class.
QString QDesignerPropertySheetExtension.propertyName (self, int)
This method is abstract and should be reimplemented in any sub-class.
bool QDesignerPropertySheetExtension.reset (self, int)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.setAttribute (self, int, bool)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.setChanged (self, int, bool)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.setProperty (self, int, QVariant)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.setPropertyGroup (self, int, QString)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.setVisible (self, int, bool)
This method is abstract and should be reimplemented in any sub-class.
QDesignerPropertySheetExtension.__len__ (self)