TaurusWheelEdit

Inheritance diagram of TaurusWheelEdit
class TaurusWheelEdit(qt_parent=None, designMode=False)[source]

Import from taurus.qt.qtgui.input as:

from taurus.qt.qtgui.input import TaurusWheelEdit
autoApply

whether autoApply mode is enabled or not.

Returns:

True if autoApply is enabled. False otherwise

Return type:

bool

forcedApply

whether forcedApply mode is enabled or not.

Returns:

True if forceApply is enabled. False otherwise

Return type:

bool

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.

Parameters:

key (object) – the model key. Defaults to first element of .modelKeys

Returns:

the model name.

Return type:

str

updateStyle()[source]

reimplemented from TaurusBaseWidget

useParentModel

(deprecated))