PasswordField

Search for usage in LXR

PasswordField Class Reference

Properties

bool showPassword
 

Detailed Description

This is a standard password text field.

Example usage:

import org.kde.kirigami as Kirigami
Kirigami.PasswordField {
id: passwordField
onAccepted: {
// check if passwordField.text is valid
}
}
Since
5.57
Author
Carl Schwan carl@.nosp@m.carl.nosp@m.schwa.nosp@m.n.eu

Definition at line 27 of file PasswordField.qml.

Property Documentation

◆ showPassword

bool PasswordField::showPassword
read

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

default: false

Since
5.57

Definition at line 36 of file PasswordField.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 16:56:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.