Function LineEdit.text

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

String text() nothrow @property @nogc;

void text (
  String v
) nothrow @property @nogc;