Skip to content
Commit 6e8d0314 authored by Ingo Klöcker's avatar Ingo Klöcker
Browse files

Use simple push buttons instead of QCommandLinkButtons

The accessibility of QCommandLinkButton is questionable (in my opinion).
For accessibility tools they appear as radio buttons, but selecting them
immediately causes an action like pushing a button. I think this will
confuse people using screen readers. Using push buttons instead makes
clear that activating the button will have an immediate effect.
Additionally, one can easily navigate with the Tab key between all wigets.
Previously, one had to use a combination of the Tab key (to switch between
the command link buttons and the Cancel button) and the arrows keys (to
switch between the command link buttons).

GnuPG-bug-id: 5832
parent 4873c91a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment