PasswordField QML Type
This is a standard password text field. More...
| Import Statement: | import org.kde.plasma.extras |
| Inherits: |
Properties
- showPassword : bool
Detailed Description
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
}
}
Property Documentation
showPassword : bool
This property holds whether we show the clear text password.
By default, it's false.