KDEUI
kpassworddialog.h
Go to the documentation of this file.
64 NoFlags = 0x00,
69 ShowKeepPassword = 0x01,
74 ShowUsernameLine = 0x02,
78 UsernameReadOnly = 0x04,
83 ShowAnonymousLoginCheckBox = 0x08,
88 ShowDomainLine = 0x10,
94 };
99 UnknownError = 0,
121 };
305 friend class KPasswordDialogPrivate;
A dialog for requesting a password and optionaly a login from the end user.
Definition: kpassworddialog.h:57
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.