KPassword Namespace

Header: #include <KPassword>
CMake: find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)
target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons)

Types

(since 6.0) enum class RevealMode { OnlyNew, Never, Always }

Detailed Description

Type Documentation

[since 6.0] enum class KPassword::RevealMode

This enum describe when the reveal password button is visible.

ConstantValueDescription
KPassword::RevealMode::OnlyNew0Display the button when entering a new password, but doesn't let you see a previously entered password. This is the default.
KPassword::RevealMode::Never1Never display the reveal button.
KPassword::RevealMode::Always2Always display the reveal button. Usefull in a password manager for example.

This enum was introduced in 6.0.