https://bugs.kde.org/show_bug.cgi?id=434451
Luke Horwell <c...@horwell.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |c...@horwell.me --- Comment #10 from Luke Horwell <c...@horwell.me> --- Created attachment 136852 --> https://bugs.kde.org/attachment.cgi?id=136852&action=edit Test case for QIcon selected state in PyQt5 app I tested the patch/branch and still found some issues, at least with PyQt5 apps. I used git-cola for testing. While the icons have reappeared, the functionality to switch between dark/light themes from within the app does not work. The icons appear to be stuck in one theme. This works as expected under 5.79 or by checking out kiconthemes commit 6bada57e705190c20fd72c9e7b1ef1a25d6d44a3. The other issue is that QIcon states don't seem to be working. I've attached a test case demonstrating the problem using PyQt5 which loads an SVG file for 2 buttons directly from /usr/share/icons/breeze/ (just as an example). The focused button should be a different icon. An application in practice using QIcon states on buttons and menus is polychromatic[-git] - a screenshot can be seen here: https://forum.endeavouros.com/t/12788 -- You are receiving this mail because: You are watching all bug changes.