KDEUI
kpassworddialog.h
Go to the documentation of this file.
A dialog for requesting a password and optionaly a login from the end user.
Definition kpassworddialog.h:57
@ ShowAnonymousLoginCheckBox
If this flag is set, the Anonymous Login checkbox will be displayed.
Definition kpassworddialog.h:83
@ ShowKeepPassword
If this flag is set, the "keep this password" checkbox will been shown, otherwise,...
Definition kpassworddialog.h:69
@ UsernameReadOnly
If this flag is set, the login lineedit will be in read only mode.
Definition kpassworddialog.h:78
@ DomainReadOnly
If this flag is set, the domain lineedit will be in read only mode.
Definition kpassworddialog.h:93
@ ShowDomainLine
If this flag is set, there will be an additional line to let the user enter the domain.
Definition kpassworddialog.h:88
@ ShowUsernameLine
If this flag is set, there will be an additional line to let the user enter his login.
Definition kpassworddialog.h:74
void gotUsernameAndPassword(const QString &username, const QString &password, bool keep)
emitted when the dialog has been accepted, and ShowUsernameLine was set on the constructor
@ FatalError
Error preventing further attempts, will result in disabling most of the interface.
Definition kpassworddialog.h:114
void gotPassword(const QString &password, bool keep)
emitted when the dialog has been accepted
virtual bool checkPassword()
Virtual function that can be overridden to provide password checking in derived classes.
Definition kpassworddialog.cpp:411
KPasswordDialog(QWidget *parent=0L, const KPasswordDialogFlags &flags=0, const KDialog::ButtonCodes otherButtons=0)
create a password dialog
Definition kpassworddialog.cpp:65
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.