In QML, how can I prevent a child element from inheriting the opacity from its parent? I want to set different opacity values for the parent and it\'s child element.
I think, one way would be to use semi transparent colors as described here instead of opacity.
e.g. using quad color code like #800000FF for semi transparent blue.
#800000FF