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:
- forcedApply
whether forcedApply mode is enabled or not.
- Returns:
True if forceApply is enabled. False otherwise
- Return type:
- 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:
- model
Returns the model name for this component.
- useParentModel
(deprecated))