Function LineEdit.placeholderText

Text shown when the LineEdit is empty. It is not the LineEdit's default value (see text).

String placeholderText() nothrow @property @nogc;

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