Navigation

  • index
  • modules |
  • next |
  • previous |
  • home| 
  • project| 
  • download| 
  • documentation »
  • Taurus 3.7 documentation »
  • Developer’s Guide »
  • taurus »
  • taurus.qt »
  • taurus.qt.qtgui »
  • taurus.qt.qtgui.display »

Logo

Previous topic

QLedOld

Next topic

QPixmapWidget

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

QLogo¶

Inheritance diagram of QLogo

class QLogo(parent=None, designMode=False)[source]¶

Bases: PyQt4.QtGui.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’ : ‘:/designer/taurus.svg’, ‘container’ : False }
Return type::class:~`dict`
Returns:a map with pertinent designer information

Navigation

  • index
  • modules |
  • next |
  • previous |
  • home| 
  • project| 
  • download| 
  • documentation »
  • Taurus 3.7 documentation »
  • Developer’s Guide »
  • taurus »
  • taurus.qt »
  • taurus.qt.qtgui »
  • taurus.qt.qtgui.display »
© Copyright Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License. Created using Sphinx 1.3.6.