LineEdit.secretCharacter

The character to use to mask secret input (defaults to "*"). Only a single character can be used as the secret character.

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

Meta