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]
    struct LineEdit
    @nogc nothrow @property
    String
    secretCharacter
    ()
  2. String secretCharacter [@property setter]

Meta