|
|
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.
| void focusInEvent (QFocusEvent *e)
| focusInEvent |
[protected virtual]
Reimplemented from QLineEdit.
| bool event (QEvent *e)
| event |
[protected virtual]
Reimplemented from QLineEdit.
| void mousePressEvent (QMouseEvent *)
| mousePressEvent |
[protected virtual]
Reimplemented from QLineEdit.
| void mouseMoveEvent (QMouseEvent *)
| mouseMoveEvent |
[protected virtual]
Reimplemented from QLineEdit.
| void mouseReleaseEvent (QMouseEvent *)
| mouseReleaseEvent |
[protected virtual]
Reimplemented from QLineEdit.