FormLayout: Bring shortcut activation in line with QFormLayout
Check focusPolicy and toggle the control, if possible.
Pressing Alt+Letter in a FormLayout now toggles the accompanying checkbox like a widget app would.
Sadly, buddy instanceof QQC2.AbstractButton
(a check that QFormLayout
would do) doesn’t work.