DefaultReadWidgetLabel

- class DefaultReadWidgetLabel(*args)[source]
A customised label for the read widget
Import from
taurus.qt.qtgui.panelas:from taurus.qt.qtgui.panel import DefaultReadWidgetLabel
- setModel(m, **kwargs)[source]
Sets/unsets the model name for the given key. If key is MLIST, a model is set for each name in the model sequence, new model keys are automatically added to the object’s
modelListattribute and the corresponding models are attached using those keys. The new keys are of the form(MLIST, i)whereiis the index of the corresponding model name in the model sequence.