Skip to content

SensitiveField

Masked field with reveal toggle for tokens / secrets (2.79).

import QWinUI3.Extras · src/extras/QWinUI3/Extras/SensitiveField.qml

Category: Other · Library: v2.80

← Component index

Extends PasswordBox.

Example

SensitiveField {
    header: qsTr("API token")
    placeholderText: qsTr("••••••••")
}

Notes

Thin PasswordBox alias for non-login secrets (API keys, tokens). Same reveal UX.

API

Properties

No additional properties beyond the base type.

Signals

No custom signals (use inherited signals from the base type).

Methods

No custom methods (use inherited methods from the base type).


Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.