KPassword Namespace
Header: | #include <KPassword> |
CMake: | find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)
target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons) |
Types
Detailed Description
Type Documentation
enum class KPassword::RevealMode
This enum describe when the reveal password button is visible.
Constant | Value | Description |
KPassword::RevealMode::OnlyNew | 0 | Display the button when entering a new password, but doesn't let you see a previously entered password. This is the default. |
KPassword::RevealMode::Never | 1 | Never display the reveal button. |
KPassword::RevealMode::Always | 2 | Always display the reveal button. Usefull in a password manager for example. |
This enum was introduced in 6.0.