class KPasswordEdit
|
A safe password input widget.
More... |
|
|
Public Types
- enum EchoModes { OneStar, ThreeStars, NoEcho }
Public Methods
Public Members
Protected Methods
The widget uses the user's global "echo mode" setting.
enum EchoModes { OneStar, ThreeStars, NoEcho }
| EchoModes |
KPasswordEdit (QWidget *parent=0, const char *name=0)
| KPasswordEdit |
Constructs a password input widget using the user's global "echo mode" setting.
KPasswordEdit (EchoMode echoMode, QWidget *parent, const char *name)
| KPasswordEdit |
Constructs a password input widget using echoMode as "echo mode".
KPasswordEdit (QWidget *parent, const char *name, int echoMode)
| KPasswordEdit |
Creates a password input widget using echoMode as "echo mode".
~KPasswordEdit ()
| ~KPasswordEdit |
Destructs the widget.
const char * password ()
| password |
[const]
Returns the password. The memory is freed in the destructor
so you should make a copy.
Erases the current password.
static const int PassLen
| PassLen |
void keyPressEvent (QKeyEvent *)
| keyPressEvent |
[protected virtual]
Reimplemented from QLineEdit.
[protected virtual]
[protected virtual]
- Author: Geert Jansen
- Generated: caleb on tcdevel on Tue Jan 28 12:54:10 2003, using kdoc $.