A WLineEdit corresponds to an HTML <input type="text"> element.
The line edit below reacts on every 'key up' event, and shows how you can embed the label within the control (when empty).
The line edit on the following line reacts on the enter button:
Form validators can be used to to validate the user's input with immediate client-side feedback.