TaurusValueLineEdit

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

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

autoApply
enableWheelEvent
forcedApply
getEnableWheelEvent()[source]
classmethod getQtDesignerPluginInfo()[source]
getValue()[source]
handleEvent(evt_src, evt_type, evt_value)[source]
isTextValid()[source]

Validates current text

Return type:bool
Returns:Returns False if there is a validator and the current text is not Acceptable. Returns True otherwise.
keyPressEvent(evt)[source]
model
notifyValueChanged(*args)[source]

reimplement to avoid autoapply on every partial edition

resetEnableWheelEvent()[source]
setEnableWheelEvent(b)[source]
setValue(v)[source]
updateStyle()[source]
useParentModel
wheelEvent(evt)[source]