Home · All Classes · Modules

QDesignerCustomWidgetInterface Class Reference
[QtDesigner module]

Inherited by QPyDesignerCustomWidgetPlugin.

Methods


Detailed Description


Method Documentation

QDesignerCustomWidgetInterface.__init__ (self)

QDesignerCustomWidgetInterface.__init__ (self, QDesignerCustomWidgetInterface)

QString QDesignerCustomWidgetInterface.codeTemplate (self)

QWidget QDesignerCustomWidgetInterface.createWidget (self, QWidget)

This method is abstract and should be reimplemented in any sub-class.

The QWidget argument, if not None, causes self to be owned by Qt instead of PyQt.

QString QDesignerCustomWidgetInterface.domXml (self)

QString QDesignerCustomWidgetInterface.group (self)

This method is abstract and should be reimplemented in any sub-class.

QIcon QDesignerCustomWidgetInterface.icon (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerCustomWidgetInterface.includeFile (self)

This method is abstract and should be reimplemented in any sub-class.

QDesignerCustomWidgetInterface.initialize (self, QDesignerFormEditorInterface)

bool QDesignerCustomWidgetInterface.isContainer (self)

This method is abstract and should be reimplemented in any sub-class.

bool QDesignerCustomWidgetInterface.isInitialized (self)

QString QDesignerCustomWidgetInterface.name (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerCustomWidgetInterface.toolTip (self)

This method is abstract and should be reimplemented in any sub-class.

QString QDesignerCustomWidgetInterface.whatsThis (self)

This method is abstract and should be reimplemented in any sub-class.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0