How to setup a rectangle like this
-
Is it easier to create a rectangle for the specific region with the same color as the background color? It does not need to be transparent. It is like a fake one.
-
-
Thanks for this I got it how to do it :)
This is for those who came this post for similar solution:
Rectangle{ color:"transparent" border.color:"#88000000" border.width: 5 x:200 y:200 width:640 height:480 radius:5 Rectangle{ x:parent.border.width width:parent.width-10 y:parent.border.width height:30 color:"#88000000" } }
And it's output: