Relative Content

Tag Archive for c++qtdata-bindingqmllogic

Logic help: I want to support multiple icons in a container C++/QML

I have a C++ Qt application with a top row container consisting of 9 icon positions. Each icon position currently has an icon source (URL), a bool for toggled on/off, and an icon state that changes color and other properties. I need to enhance this functionality by allowing each icon position to support multiple layered SVGs, where each layer can change color, appear, or disappear independently, but still be represented within a single icon position.