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]

Returns pertinent information in order to be able to build a valid QtDesigner widget plugin

The dictionary returned by this method should contain at least the following keys and values: - ‘module’ : a string representing the full python module name (ex.: ‘taurus.qt.qtgui.base’) - ‘icon’ : a string representing valid resource icon (ex.: ‘designer:combobox.png’) - ‘container’ : a bool telling if this widget is a container widget or not.

Returns:

a map with pertinent designer information

Return type:

dict

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))