================== LineEdit (hwx.gui) ================== A LineEdit Widget that can display/edit a string. A line edit allows the user to enter and edit a single line of plain text with a useful collection of editing functions, including undo and redo, cut and paste, and drag and drop. Inherits: - :ref:`Widget (hwx.gui)` ---------- Properties ---------- +------------+------------+------------+ | alignment_ | readonly_ | text_ | +------------+------------+------------+ -------------- Public Methods -------------- +--------------------------+ | validate_ (self, widget) | +--------------------------+ ---------------- Property Details ---------------- .. _alignment: .. method:: alignment Alignment of text (left, center or, right). .. _readonly: .. method:: readonly Returns and sets whether text/value can be edited. .. _text: .. method:: text Alias for value property. -------------- Method Details -------------- .. _validate: .. method:: validate(self, widget) Validates the value of the widget.