kopete/libkopete
kopetepasswordwidget.cpp
Go to the documentation of this file.
void set(const QString &pass=QString())
Set the password for this account.
Definition: kopetepassword.cpp:433
PasswordWidget(QWidget *parent=0)
Definition: kopetepasswordwidget.cpp:39
bool remember() const
Returns a boolean indicating whether the Remember Password checkbox is checked.
Definition: kopetepasswordwidget.cpp:140
QString password() const
Returns the string currently in the input box in the widget.
Definition: kopetepasswordwidget.cpp:135
bool validate()
Returns true if the information in the widget is valid, false if it is not.
Definition: kopetepasswordwidget.cpp:122
void setValidationProtocol(Kopete::Protocol *)
Sets a protocol to use to validate entered passwords.
Definition: kopetepasswordwidget.cpp:60
void save(Kopete::Password *target)
Saves the information in the widget into target.
Definition: kopetepasswordwidget.cpp:111
void requestWithoutPrompt(QObject *receiver, const char *slot)
Start an asynchronous password request without a prompt.
Definition: kopetepassword.cpp:413
Definition: kopetepassword.h:48
void load(Kopete::Password *source)
Loads the information stored in source into the widget.
Definition: kopetepasswordwidget.cpp:65
void setPassword(const QString &pass)
Set the password stored in the widget.
Definition: kopetepasswordwidget.cpp:145
void receivePassword(const QString &)
Definition: kopetepasswordwidget.cpp:100
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.