Trying this:
Rectangle {
x: 50
y: 50
width: 100
height: 100
color: "#FFFF0000"
Node {
x: 80
y: 80
radius: 20
color: "#FFFFCC00"
}
}
Still renders Node behind the rectangle…
Edit:
I just submitted the problem to the QT Bug Tracker: https://bugreports.qt-project.org/browse/QTBUG-31043
Hopefully this will get a high priority and will get fixed soon…
-Nik.
↧