taurus taurus

Previous topic

taurus.qt.qtdesigner.taurusplugin

Next topic

taurus.qt.qtgui

This Page

TaurusWidgetPlugin

Inheritance diagram of TaurusWidgetPlugin

class TaurusWidgetPlugin(parent=None)

Bases: PyQt4.QtDesigner.QPyDesignerCustomWidgetPlugin

TaurusWidgetPlugin

createWidget(parent)
domXml()
getIconName()
getWidgetClass()
getWidgetInfo(key, dft=None)
group()

Returns the name of the group in Qt Designer’s widget box that this widget belongs to. It returns ‘Taurus Widgets’. Overwrite if want another group.

icon()
includeFile()

Returns the module containing the custom widget class. It may include a module path.

initialize(formEditor)

Overwrite if necessary. Don’t forget to call this method in case you want the generic taurus extensions in your widget.

isContainer()
isInitialized()
name()
toolTip()
whatsThis()