qskinny
qskinny copied to clipboard
visualFocus
QQuickControl (QC2) has the concept of only showing the focus indicator, when the focusReason was related to key events. Makes sense as the user doesn't want to see the indicator, when mostly using the touch.
In a QSkinny application I have implemented a different concept, that shows the focus indicator only temporarily. When being hidden, the first tab press results in fading in the indicator without changing the focus. After not pressing tab for some time, the focus indicator fades out automatically.