CustomPasswordEdit

A LineEdit that displays * in place of the actual characters.

Alas, Windows requires the window to be created differently to use this style, so it had to be a new class instead of a toggle on and off on an existing object.

class CustomPasswordEdit : PasswordEdit {}

Meta

History

Added January 24, 2021

Implemented on Linux on January 31, 2023.