Qt 6.11 is out! See what's new in the release
blog
How to get a rectangle's child to draw on top of another sibling rectangle?
QML and Qt Quick
2
Posts
2
Posters
862
Views
1
Watching
-
I have objects and since I have not set clip, they all have clip as false. When one object spawns a child item, it cannot draw over its parents siblings in the scene, but I'd like it to. I tried adjusting the Z on the child to a higher number, but this doesn't help. I currently have no z values on anything. Is there a way to force a child of a rectangle to overlap any other items in the scene it might share space with?