TaurusWidgetPlugin
¶
digraph inheritanced17ca2f8bc {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"QDesignerCustomWidgetInterface" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"simplewrapper" -> "QDesignerCustomWidgetInterface" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QObject" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"wrapper" -> "QObject" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QPyDesignerCustomWidgetPlugin" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"QObject" -> "QPyDesignerCustomWidgetPlugin" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QDesignerCustomWidgetInterface" -> "QPyDesignerCustomWidgetPlugin" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusWidgetPlugin" [color=dodgerblue1,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,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"wrapper" [color=dodgerblue1,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
-
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.
-
includeFile
()[source]¶ Returns the module containing the custom widget class. It may include a module path.
-