TaurusWidgetPlugin

digraph inheritanced17ca2f8bc { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "QDesignerCustomWidgetInterface" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QDesignerCustomWidgetInterface()"]; "simplewrapper" -> "QDesignerCustomWidgetInterface" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QObject" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QObject(parent: QObject = None)"]; "wrapper" -> "QObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QPyDesignerCustomWidgetPlugin" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QPyDesignerCustomWidgetPlugin(parent: QObject = None)"]; "QObject" -> "QPyDesignerCustomWidgetPlugin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QDesignerCustomWidgetInterface" -> "QPyDesignerCustomWidgetPlugin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TaurusWidgetPlugin" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="TaurusWidgetPlugin"]; "QPyDesignerCustomWidgetPlugin" -> "TaurusWidgetPlugin" [arrowsize=0.5,style="setlinewidth(0.5)"]; "simplewrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "wrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "simplewrapper" -> "wrapper" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class TaurusWidgetPlugin(parent=None)[source]

Bases: PyQt5.QtDesigner.QPyDesignerCustomWidgetPlugin

createWidget(self, QWidget) → QWidget[source]
domXml(self) → str[source]
getIconName()[source]
getWidgetClass()[source]
getWidgetInfo(key, dft=None)[source]
group()[source]

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(self) → QIcon[source]
includeFile()[source]

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

initialize(formEditor)[source]

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

isContainer(self) → bool[source]
isInitialized(self) → bool[source]
name(self) → str[source]
toolTip(self) → str[source]
whatsThis(self) → str[source]