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 don't think its possible. you have to make two element sibling and changes its opacity as you wish.