TaurusValueLineEdit

Inheritance diagram of TaurusValueLineEdit

class TaurusValueLineEdit(qt_parent=None, designMode=False)[source]

Bases: PyQt4.QtGui.QLineEdit, taurus.qt.qtgui.base.taurusbase.TaurusBaseWritableWidget

autoApply

whether autoApply mode is enabled or not.

Return type::class:~`bool`
Returns:
enableWheelEvent
forcedApply

whether forcedApply mode is enabled or not.

Return type::class:~`bool`
Returns:
getEnableWheelEvent()[source]
classmethod getQtDesignerPluginInfo()[source]
getValue()[source]
handleEvent(evt_src, evt_type, evt_value)[source]
keyPressEvent(evt)[source]
model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
resetEnableWheelEvent()[source]
setEnableWheelEvent(b)[source]
setValue(v)[source]
updateStyle()[source]
useParentModel

Returns whether this component is using the parent model

Return type::class:~`bool`
Returns:True if using parent model or False otherwise
valueChanged(*args)[source]

reimplement to avoid autoapply on every partial edition

wheelEvent(evt)[source]