class KPasswordEdit

A safe password input widget. More...

Definition#include <kpassdlg.h>
InheritsQLineEdit (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Members

Protected Methods


Detailed Description

The widget uses the user's global "echo mode" setting.

 KPasswordEdit (QWidget *parent=0, const char *name=0)

KPasswordEdit

Create a widget using the user's global "echo mode" setting.

 KPasswordEdit (QWidget *parent, const char *name, int echoMode)

KPasswordEdit

Create a widget using echoMode as "echo mode".

 ~KPasswordEdit ()

~KPasswordEdit

const char * password ()

password

Returns the password. The memory is freed in the destructor so you should make a copy.

void  erase ()

erase

static const int PassLen

PassLen

enum EchoModes { OneStar, ThreeStars, NoEcho }

EchoModes

void  keyPressEvent (QKeyEvent *)

keyPressEvent

[protected virtual]

Reimplemented from QLineEdit.