You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is actually no visual indicator for focused or default button in qdarkstyle. This makes navigating through the interface with the keyboard very hard because there is no way to know which button is focused and which is the default button.
Below I present an example comparing qdarkstyle with the Qt Windows vista style.
In the Qt windows vista style, the dark dashed frame indicates that the button is focused with the keyboard, while the solid blue frame indicates that it is the default button (meaning that a clicked signal is emitted if enter is pressed).
Quite a problem - appears to also apply to Ubuntu 16.04.1, PySide2 5.14, Python 3.5.2.
(Seems to be already a problem with QDarkStyle 2.6.5., I don't know if it was ever meant to work - but it would be a timely and very welcome improvement in case it wasn't a priority beforehand.)
In the buttons, the contrast is not so big because of the grey color, but I think it is ok. The gif also decrease the contrast when converted, it is a little higher live :)
Also, I changed the focus for other fields too, see below - I do not push yet.
[Versions from your environment]
There is actually no visual indicator for
focused
ordefault
button in qdarkstyle. This makes navigating through the interface with the keyboard very hard because there is no way to know which button is focused and which is the default button.Below I present an example comparing qdarkstyle with the Qt Windows vista style.
In the Qt windows vista style, the dark dashed frame indicates that the button is focused with the keyboard, while the solid blue frame indicates that it is the default button (meaning that a
clicked
signal is emitted if enter is pressed).Relevant Code [if necessary]
The text was updated successfully, but these errors were encountered: