KPasswordLineEdit: replace revealPasswordAvailable property by an enum
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:
After:
see the newly available eye icon
Edited by Carl Schwan