UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.27k stars 241 forks source link

No focus indicator when the widgets are stylized #63

Open gustavo-iniguez-goya opened 2 years ago

gustavo-iniguez-goya commented 2 years ago

Hi,

When using the keyboard to navigate through the widgets of an app, the focus indicator is not present:

image

image

image

It's not critical, but it's useful .

YeisonCardona commented 2 years ago

Hi @gustavo-iniguez-goya

You are right, there is not focus styles and I am not really sure about how to add them. I am looking at this ones: https://mwc-demos.glitch.me/

gustavo-iniguez-goya commented 2 years ago

Those examples look fine to me :+1: , they'd serve the purpose.

Great work btw, thank you for this package :)