taurus taurus

Previous topic

QWheelEdit

Next topic

TaurusConfigLineEdit

This Page

TaurusAttrListComboBox

Inheritance diagram of TaurusAttrListComboBox

class TaurusAttrListComboBox(parent=None, designMode=False)

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

defineStyle()

Defines the initial style for the widget

getModelClass()

reimplemented from TaurusBaseWidget

classmethod getQtDesignerPluginInfo()

reimplemented from TaurusBaseWidget

handleEvent(evt_src, evt_type, evt_value)

reimplemented from TaurusBaseWidget

model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
setModel(m)

reimplemented from TaurusBaseWidget

setQModel(*args, **kwargs)

access to QAbstractItemView.setModel()

updateStyle()

reimplemented from TaurusBaseWidget

useParentModel

Returns whether this component is using the parent model

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