TaurusConfigLabel¶
-
class
TaurusConfigLabel(parent=None, designMode=False)[source]¶ Bases:
PyQt4.QtGui.QLabel,taurus.qt.qtgui.base.taurusbase.TaurusBaseWidgetA label widget displaying the tango attribute configuration.Deprecated since version 2.0: Use
taurus.qt.qtgui.display.TaurusLabelinstead.-
getConfigurationAttributeValue()[source]¶ Helper method to get the proper parameter value from the configuration
-
model¶ Returns the model name for this component.
Return type: :class:~`str` Returns: the model name.
-
prefixText¶ prefix text (optional)
-
suffixText¶ suffix text (optional)
-
useParentModel¶ Returns whether this component is using the parent model
Return type: :class:~`bool` Returns: True if using parent model or False otherwise
-