class KPasswordEdit

A safe password input widget. More...

Definition#include <kpassdlg.h>
InheritsQLineEdit [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)

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

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

Create a widget using echoMode as "echo mode".

 ~KPasswordEdit ()

const char * password ()

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

void  erase ()

Erase the current password.

static const int PassLen

enum EchoModes { OneStar, ThreeStars, NoEcho }; }

void  keyPressEvent (QKeyEvent *)

[protected: virtual]