I want a semi-transparent rectangular shape using Qt Quick QML, but with rounded corners on 1 side only.
This is sort of the shape of the rectangle I want. If it were not see through, I would probably just overlap 2 rectangles, one with rounded corners and one without. However, this doesn't work with transparency, as the overlap becomes darker.
----------|
/ |
/ |
| |
| |
| |
\ |
\ |
----------|
Anybody have any ideas?