KDEUI
knewpassworddialog.h
Go to the documentation of this file.
void setPasswordStrengthWarningLevel(int warningLevel)
Set the password strength level below which a warning is given Value is in the range 0 to 99.
Definition knewpassworddialog.cpp:332
void setReasonablePasswordLength(int reasonableLength)
Password length that is expected to be reasonably safe.
Definition knewpassworddialog.cpp:312
void setAllowEmptyPasswords(bool allowed)
Allow empty passwords?
Definition knewpassworddialog.cpp:276
void setPixmap(const QPixmap &)
Sets the pixmap that appears next to the prompt in the dialog.
Definition knewpassworddialog.cpp:219
QPixmap pixmap() const
Returns the pixmap that appears next to the prompt in the dialog.
Definition knewpassworddialog.cpp:226
void setMaximumPasswordLength(int maxLength)
Maximum acceptable password length.
Definition knewpassworddialog.cpp:299
virtual bool checkPassword(const QString &)
Virtual function that can be overridden to provide password checking in derived classes.
Definition knewpassworddialog.cpp:353
int minimumPasswordLength() const
Minimum acceptable password length.
Definition knewpassworddialog.cpp:294
int passwordStrengthWarningLevel() const
Password strength level below which a warning is given.
Definition knewpassworddialog.cpp:343
void setMinimumPasswordLength(int minLength)
Minimum acceptable password length.
Definition knewpassworddialog.cpp:288
int maximumPasswordLength() const
Maximum acceptable password length.
Definition knewpassworddialog.cpp:305
void newPassword(const QString &password)
The dialog has been accepted, and the new password is password.
KNewPasswordDialog(QWidget *parent=0)
Constructs a password dialog.
Definition knewpassworddialog.cpp:194
int reasonablePasswordLength() const
Password length that is expected to be reasonably safe.
Definition knewpassworddialog.cpp:326
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.