taurus Logo
4.6
  • Home Page
  • Project Page
  • Download from PyPI
  • Taurus 4.6 documentation
    • User’s Guide
    • Developer’s Guide
      • Taurus 3.x to Taurus 4.x migration guide
      • Development guidelines
      • Creating GUIs with the TaurusGUI framework
      • Designer tutorial
      • Icon guide
      • Core tutorial
      • Taurus Custom Settings
      • Examples
      • API
        • cli
        • console
        • core
        • qt
        • Release
      • All Classes
    • Taurus Enhancement Proposals
  • Docs for other Taurus versions
taurus
  • Docs »
  • Taurus 4.6 documentation »
  • Developer’s Guide »
  • taurus »
  • taurus.qt »
  • taurus.qt.qtgui »
  • taurus.qt.qtgui.display »
  • QLogo
  • View page source

QLogo¶

digraph inheritanced2e9c91e04 { rankdir=UD; ratio=compress; size="8.0, 12.0"; "QFrame" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "QWidget" -> "QFrame" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QLabel" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "QFrame" -> "QLabel" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QLogo" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "QLabel" -> "QLogo" [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)"]; "QPaintDevice" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "simplewrapper" -> "QPaintDevice" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QWidget" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "QObject" -> "QWidget" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QPaintDevice" -> "QWidget" [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 QLogo(parent=None, designMode=False)[source]¶

Bases: PyQt5.QtWidgets.QLabel

classmethod getQtDesignerPluginInfo()[source]¶

Returns pertinent information in order to be able to build a valid QtDesigner widget plugin.

The dictionary returned by this method should contain at least the following keys and values:

  • ‘module’ : a string representing the full python module name (ex.: ‘taurus.qt.qtgui.base’)
  • ‘icon’ : a string representing valid resource icon (ex.: ‘designer:combobox.png’)
  • ‘container’ : a bool telling if this widget is a container widget or not.

This default implementation returns the following dictionary:

{ ‘module’ : ‘taurus.qt.qtgui.base’,
‘group’ : ‘Taurus Widgets’, ‘icon’ : ‘logos:taurus.svg’, ‘container’ : False }
Return type:dict
Returns:a map with pertinent designer information
Next Previous

© Copyright Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License

Built with Sphinx using a theme provided by Read the Docs.