QLineEdit |
Top Previous Next |
This is Qt single-line text edit box. Use DoSetText to set the value of the edit box and GetText to read current value. Extends QWidget. Extends SeSSimulatedObject.
Behavior Pattern: QtTextEditableBehavior
Property Summary
Action Summary
Property Detail
TextText of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSetText(val)Sets text value of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|