KDEUI
Go to the documentation of this file.
22 #ifndef KNEWPASSWORDDIALOG_H
23 #define KNEWPASSWORDDIALOG_H
26 #include <QtGui/QLineEdit>
89 void setPrompt(
const QString &prompt);
101 void setPixmap(
const QPixmap&);
113 void setAllowEmptyPasswords(
bool allowed);
120 bool allowEmptyPasswords()
const;
129 void setMinimumPasswordLength(
int minLength);
134 int minimumPasswordLength()
const;
141 void setMaximumPasswordLength(
int maxLength);
146 int maximumPasswordLength()
const;
157 void setReasonablePasswordLength(
int reasonableLength);
162 int reasonablePasswordLength()
const;
173 void setPasswordStrengthWarningLevel(
int warningLevel);
178 int passwordStrengthWarningLevel()
const;
200 virtual bool checkPassword(
const QString &) ;
209 bool checkAndGetPassword(
QString *pwd);
216 void newPassword(
const QString &password);
220 class KNewPasswordDialogPrivate;
221 KNewPasswordDialogPrivate*
const d;
223 Q_PRIVATE_SLOT( d,
void _k_textChanged() )
226 #endif // KNEWPASSWORDDIALOG_H
A dialog base class with standard buttons and predefined layouts.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.