LineEdit.text

String value of the LineEdit. Note: Changing text using this property won't emit the textChanged signal.

  1. String text [@property getter]
  2. String text [@property setter]
    struct LineEdit
    @nogc nothrow @property
    void
    text
    (
    String v
    )

Meta