PasswordField

Search for usage in LXR

PasswordField Class Reference

Properties

bool showPassword
 

Detailed Description

This is a standard password text field.

Example usage for the password field component:

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

Definition at line 28 of file PasswordField.qml.

Property Documentation

◆ showPassword

bool PasswordField::showPassword
read

This property holds whether we show the clear text password.

By default, it's false.

Since
5.93

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 Fri Oct 11 2024 12:09:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.