What is the right way to use theme colors?
Unsolved
QML and Qt Quick
-
Is there a universal way to access background and foreground colors, font size, etc... of the current theme?
And probably bind some properties of my custom controls to them if I choose the theme dynamically?
What is the right way to change the colors of my SVG images displayed on QML pages?