Function LineEdit.secretCharacter

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

String secretCharacter() nothrow @property @nogc;

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