Skip to content

kstyle: Draw explicitly added focus frames

Ingo Klöcker requested to merge work/kloecker/draw-all-focus-frames into master

This allows application developers to use a QFocusFrame for custom widgets that Breeze doesn't know anything about and for standard Qt widgets that Breeze doesn't provide special treatment for.

In particular, this will allow Kleopatra to add a focus frame for QLabels which can receive focus. This is required for accessibility.

Edited by Ingo Klöcker

Merge request reports