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: boolReturns:
-
enableWheelEvent¶
-
forcedApply¶ whether forcedApply mode is enabled or not.
Return type: boolReturns:
-
isTextValid()[source]¶ Validates current text
Return type: boolReturns: Returns False if there is a validator and the current text is not Acceptable. Returns True otherwise.
-
model¶ Returns the model name for this component.
Return type: strReturns: the model name.
-
useParentModel¶ Returns whether this component is using the parent model
Return type: boolReturns: True if using parent model or False otherwise
-