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: bool
Returns:
-
enableWheelEvent
¶
-
forcedApply
¶ whether forcedApply mode is enabled or not.
Return type: bool
Returns:
-
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.
-
model
¶ Returns the model name for this component.
Return type: str
Returns: the model name.
-
useParentModel
¶ Returns whether this component is using the parent model
Return type: bool
Returns: True if using parent model or False otherwise
-