PasswordField

Search for usage in LXR

PasswordField Class Reference
Inheritance diagram for PasswordField:

Properties

int previousEchoMode
 

Additional Inherited Members

- Public Member Functions inherited from QtQuick.Controls.TextField
 pressAndHold (MouseEvent event)
 
 pressed (MouseEvent event)
 
 released (MouseEvent event)
 

Detailed Description

A text field meant to enter passwords.

This control inherits from QQC2 TextField, to checkout its inherited properties refer to the Qt Docs.

This control allows to mask the password as it is typed, and also includes a button action to toggle between unmask and masking the password.

Note
Some extra properties inherited from the TextField style, have been obscured, and can be discovered on the SearchField documentation.
See also
SearchField

Definition at line 32 of file PasswordField.qml.

Property Documentation

◆ previousEchoMode

int PasswordField::previousEchoMode
read

Definition at line 40 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 Jun 28 2024 11:47:21 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.