There is a plugin for Qt Creator whose UI is just an ActiveX.
The problem is if a user changes the Qt Creator theme, the ActiveX doesn't reflect it.
That is why I need to pass information about colors to the ActiveX, but for that, the plugin has to read theme colors information. Also, the plugin needs to be notified when a current theme has just changed.
I am absolutely a newbie in Qt. Suddenly, I have not found an API to read theme colors.
Is there a way to get current theme colors from a Qt Creator plugin, and how to catch when the theme just changed?