Skip to content

KPasswordLineEdit: replace revealPasswordAvailable property by an enum

Carl Schwan requested to merge work/carl/kpasswordwidget into master

This deprecated revealPasswordAvailable and replace it by a more flexible enum.

The previous boolean property didn't map the 3 different modes for when to show the reveal the password button. Notably the case of a password manager was not considered before.

Before:

image

After:

image

see the newly available eye icon

@teams/vdg

Edited by Carl Schwan

Merge request reports