On 21/04/2020 14.57, Matthew Woehlke wrote:
How do I determine what icon theme my application is using? QIcon::themeName() just returns an empty string. (But QIcon::fallbackThemeName() says "breeze"!) I am actually using "breeze-dark", and if I don't do anything, I get icons from that theme.

I need to know because my application will use its own theme in order to provide additional icons and a consistent look within the application, so I need to be able to kick the system theme down to the fallback theme. (If I leave it as "breeze", I get illegible icons due to my color theme.)

Since no one here has answered yet, maybe SO will have better luck?

https://stackoverflow.com/questions/61367582

--
Matthew
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to