LineEdit.text

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

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

Meta