PasswordField QML Type

This is a standard password text field. More...

Import Statement: import org.kde.kirigami
Inherits:

ActionTextField

Properties

Detailed Description

Example usage:

import org.kde.kirigami as Kirigami

Kirigami.PasswordField {
    id: passwordField
    onAccepted: {
        // check if passwordField.text is valid
    }
}

Property Documentation

showPassword : bool

This property tells whether the password will be displayed in cleartext rather than obfuscated.

default: false