Obsolete Members for KNewPasswordDialog
The following members of class KNewPasswordDialog are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(since 5.31, deprecated in 6.0) bool | isRevealPasswordAvailable() const |
(since 5.31, deprecated in 6.0) void | setRevealPasswordAvailable(bool reveal) |
Member Function Documentation
[since 5.31, deprecated in 6.0]
bool KNewPasswordDialog::isRevealPasswordAvailable() const
This function is deprecated since 6.0. We strongly advise against using it in new code.
Whether the visibility trailing action in the line edit is visible.
This function was introduced in 5.31.
[since 5.31, deprecated in 6.0]
void KNewPasswordDialog::setRevealPasswordAvailable(bool reveal)
This function is deprecated since 6.0. We strongly advise against using it in new code.
Whether to show the visibility trailing action in the line edit. Default is true. This can be used to honor the lineedit_reveal_password kiosk key, for example:
passwordDialog.setRevealPasswordAvailable(KAuthorized::authorize(QStringLiteral("lineedit_reveal_password")));
This function was introduced in 5.31.
See also isRevealPasswordAvailable().