TaurusValuesFrame
- class TaurusValuesFrame(parent=None, designMode=False)[source]
This is a container specialized into containing TaurusValue widgets. It should be used Only for TaurusValues
Import from
taurus.qt.qtgui.panel
as:from taurus.qt.qtgui.panel import TaurusValuesFrame
- model
- resetModel(**kwargs)[source]
Sets the model name to the empty string
- Parameters:
key (object) – the model key. Defaults to first element of .modelKeys
- setModel(model, **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
modelList
attribute and the corresponding models are attached using those keys. The new keys are of the form(MLIST, i)
wherei
is the index of the corresponding model name in the model sequence.