Home GnuPG

qt: Allow text of all labels to be selected with the mouse

Description

qt: Allow text of all labels to be selected with the mouse

* qt/pinentrydialog.cpp (PinEntryDialog::PinEntryDialog): Set text
interaction flags of all text labels to TextSelectableByMouse.
(PinEntryDialog::accessibilityActiveChanged): Keep ClickFocus in focus
policy of labels.

This is not needed for accessibility (as far as I know), but it helps
with support if users are able to copy the text of labels.

Details

Provenance
ikloeckerAuthored on Mar 1 2022, 11:43 AM
Parents
rPe19dc862774e: qt: Do not set an empty tool tip
Branches
Unknown
Tags
Unknown
Tasks
T5863: pinentry-qt: Further improve the accessibility