Skip to content

FormLayout: Bring shortcut activation in line with QFormLayout

Kai Uwe Broulik requested to merge work/kbroulik/form-buddy-toggle into master

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.

Merge request reports