taurus taurus

Previous topic

TaurusBoolLed

Next topic

TaurusFallBackWidget

This Page

TaurusConfigLabel

Inheritance diagram of TaurusConfigLabel

class TaurusConfigLabel(parent=None, designMode=False)

Bases: PyQt4.QtGui.QLabel, taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget

A label widget displaying the tango attribute configuration.

Deprecated since version 2.0: Use taurus.qt.qtgui.display.TaurusLabel instead.

defineStyle()
getConfigurationAttributeValue()

Helper method to get the proper parameter value from the configuration

getDisplayValue()
getFormatedToolTip(cache=True)
getModelClass()
getPrefixText()
classmethod getQtDesignerPluginInfo()
getSuffixText()
isReadOnly()
model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
prefixText

prefix text (optional)

resetPrefixText()
resetSuffixText()
setModel(model)
setPrefixText(prefix)
setStyleSheet(ss)
setSuffixText(suffix)
sizeHint()
suffixText

suffix text (optional)

updateStyle()
useParentModel

Returns whether this component is using the parent model

Return type::class:~`bool`
Returns:True if using parent model or False otherwise