KWidgetsAddons
kpassworddialog.h
67 ShowKeepPassword = 0x01,
72 ShowUsernameLine = 0x02,
76 UsernameReadOnly = 0x04,
81 ShowAnonymousLoginCheckBox = 0x08,
86 ShowDomainLine = 0x10,
91 DomainReadOnly = 0x20,
129 explicit KPasswordDialog(QWidget *parent = nullptr, const KPasswordDialogFlags &flags = KPasswordDialog::NoFlags);
275 * This require the flag ShowUsernameLine to be set in the constructoe, and not the flag UsernameReadOnly
311 * dlg->setRevealPasswordAvailable(KAuthorized::authorize(QStringLiteral("lineedit_reveal_password")));
327 * @param keep true if the "remember password" checkbox was checked, false otherwise. false if ShowKeepPassword was not set in the constructor
@ FatalError
Error preventing further attempts, will result in disabling most of the interface.
Definition: kpassworddialog.h:114
virtual void accept()
Q_SIGNALSQ_SIGNALS
Q_DISABLE_COPY(Class)
QString message
dialog for requesting login and password from the end user
Definition: kpassworddialog.h:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:03:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:03:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.