#include <kpassdlg.h>
Public Slots | |
| virtual void | insert (const QString &) |
Public Methods | |
| KPasswordEdit (QWidget *parent=0, const char *name=0) | |
| KPasswordEdit (EchoMode echoMode, QWidget *parent, const char *name) | |
| KPasswordEdit (QWidget *parent, const char *name, int echoMode) | |
| ~KPasswordEdit () | |
| const char * | password () const |
| void | erase () |
Definition at line 38 of file kpassdlg.h.
|
||||||||||||
|
Constructs a password input widget using the user's global "echo mode" setting. |
|
||||||||||||||||
|
Constructs a password input widget using echoMode as "echo mode".
|
|
||||||||||||||||
|
|
|
|
Destructs the widget. |
|
|
Erases the current password. |
|
|
Reimplementation |
|
|
Returns the password. The memory is freed in the destructor so you should make a copy. Definition at line 69 of file kpassdlg.h. Referenced by KPasswordDialog::password(). |
1.2.18