Echo modes that specify how to format the display text in a TextEditBuffer.
| Normal¶ |
The characters are visible.
|
| NoEcho¶ |
The characters are not visible.
|
| Password¶ |
Kanzi masks each character with the character set using TextEditBuffer::setPasswordMaskingCharacter().
|