TaurusLCD
¶

-
class
TaurusLCD
(parent=None, designMode=False)[source]¶ Bases:
PyQt4.QtGui.QLCDNumber
,taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget
A Taurus-enabled
Qt.QLCDNumber
widget. Its text can represent either the rvalue or wvalue magnitude (or nothing), and the background can colour-code the attribute quality or the device state (or nothing)-
DefaultBgRole
= 'quality'¶
-
DefaultFgRole
= 'value'¶
-
DefaultModelIndex
= None¶
-
DefaultShowText
= True¶
-
bgRole
¶ This property holds the background role. Valid values are ‘’/’None’, ‘quality’, ‘state’
Access functions:
-
fgRole
¶ This property holds the foreground role. Valid values are:
- ‘’/’None’ - no value is displayed
- ‘value’ - the value is displayed
- ‘w_value’ - the write value is displayed
Access functions:
-
model
¶ This property holds the unique URI string representing the model name with which this widget will get its data from. The convention used for the string can be found here.
In case the property
useParentModel
is set to True, the model text must start with a ‘/’ followed by the attribute name.Access functions:
TaurusBaseWidget.getModel()
TaurusLCD.setModel()
TaurusBaseWidget.resetModel()
See also
-
modelIndex
¶ This property holds the index inside the model value that should be displayed
Access functions:
See also
-
useParentModel
¶ This property holds whether or not this widget should search in the widget hierarchy for a model prefix in a parent widget.
Access functions:
TaurusBaseWidget.getUseParentModel()
TaurusBaseWidget.setUseParentModel()
TaurusBaseWidget.resetUseParentModel()
See also
-