PasswordField
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
Definition at line 28 of file PasswordField.qml.
Property Documentation
◆ 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 Mon Nov 18 2024 12:10:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:41 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.