org.kde.koala
public class KPasswordEdit extends QLineEdit
UNKNOWN: A safe password input widget.
Field Summary | |
---|---|
static int | NoEcho |
static int | OneStar |
static int | ThreeStars |
Constructor Summary | |
---|---|
protected | KPasswordEdit(Class dummy) |
KPasswordEdit(QWidget parent, String name)
Constructs a password input widget using the user's global "echo mode" setting. | |
KPasswordEdit(QWidget parent) | |
KPasswordEdit() | |
KPasswordEdit(int echoMode, QWidget parent, String name)
Constructs a password input widget using echoMode as "echo mode".
|
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | erase()
Erases the current password. |
boolean | event(QEvent e) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent e) |
void | insert(String arg1)
Reimplementation |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent arg1) |
int | maxPasswordLength()
Returns the current maximum password length. |
QMetaObject | metaObject() |
String | password()
Returns the password. |
void | setMaxPasswordLength(int newLength)
Set the current maximum password length. |
UNKNOWN: Constructs a password input widget using the user's global "echo mode" setting.
UNKNOWN: Constructs a password input widget using echoMode as "echo mode".
UNKNOWN: Erases the current password.
UNKNOWN: Reimplementation
UNKNOWN: Returns the current maximum password length.
UNKNOWN: Returns the password.
Parameters: newLength : The new maximum password length
UNKNOWN: Set the current maximum password length.