TaurusAttrListComboBox

Inheritance diagram of TaurusAttrListComboBox
class TaurusAttrListComboBox(parent=None, designMode=False)[source]

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

Combobox whose items reflect the items read from a 1D attribute of dtype str

defineStyle()[source]

Defines the initial style for the widget

getModelClass()[source]

reimplemented from TaurusBaseWidget

classmethod getQtDesignerPluginInfo()[source]

reimplemented from TaurusBaseWidget

handleEvent(evt_src, evt_type, evt_value)[source]

reimplemented from TaurusBaseWidget

model

Returns the model name for this component.

Return type:str
Returns:the model name.
setModel(m)[source]

reimplemented from TaurusBaseWidget

setQModel(*args, **kwargs)[source]

access to QAbstractItemView.setModel()

updateStyle()[source]

reimplemented from TaurusBaseWidget

useParentModel

Returns whether this component is using the parent model

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