
Signals | |
| void | passwordEntered (const QString &) |
Public Member Functions | |
| PasswordDialog (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~PasswordDialog () | |
| void | clear () |
| void | setPrompt (const QString &) |
Protected Member Functions | |
| bool | eventFilter (QObject *, QEvent *) |
| void | keyPressEvent (QKeyEvent *) |
Private Member Functions | |
| void | input (QString) |
Private Attributes | |
| QString | text |
Friends | |
| class | Password |
|
||||||||||||||||
|
Definition at line 72 of file password.cpp. |
|
|
Definition at line 102 of file password.cpp. |
|
|
Definition at line 161 of file password.cpp. Referenced by PasswdDlg::reset(). |
|
||||||||||||
|
Definition at line 113 of file password.cpp. References FALSE, input(), l, passwordEntered(), and text. |
|
|
Definition at line 146 of file password.cpp. References text. Referenced by clear(), eventFilter(), and keyPressEvent(). |
|
|
Definition at line 131 of file password.cpp. References input(), passwordEntered(), and text. |
|
|
Referenced by eventFilter(), and keyPressEvent(). |
|
|
Definition at line 156 of file password.cpp. Referenced by Password::getPassword(). |
|
|
Definition at line 57 of file password.cpp. |
|
|
Definition at line 58 of file password.cpp. Referenced by Password::authenticate(), clear(), eventFilter(), Password::getPassword(), input(), and keyPressEvent(). |
1.4.2