aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickborderimage/data/nonmesh.qml
blob: 7a1830a9429e2544d94d8512ca6efa629fdac32e (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.8

BorderImage {
    width: 300
    height: 300
    source: "colors.png"
    border.left: 30
    border.right: 30
    border.top: 30
    border.bottom: 30
}