taurus taurus

Previous topic

TaurusValueComboBox

Next topic

TaurusValueSpinBox

This Page

TaurusValueLineEdit

Inheritance diagram of TaurusValueLineEdit

class TaurusValueLineEdit(qt_parent=None, designMode=False)

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()
classmethod getQtDesignerPluginInfo()
getValue()
handleEvent(evt_src, evt_type, evt_value)
keyPressEvent(evt)
model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
resetEnableWheelEvent()
setEnableWheelEvent(b)
setValue(v)
updateStyle()
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)

reimplement to avoid autoapply on every partial edition

wheelEvent(evt)