aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/shapes.qml
blob: 9ca4c1e18b710d70246d3c8ab5f52e586e805b71 (plain)
1
2
3
4
5
6
7
8
import QtQuick.Shapes

Shape {
    opacity: 0.2
    width: 20
    height: parent.height
    containsMode: Shape.FillContains
}