LineEdit.placeholderText

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

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

Meta