aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgborderimage/data/mirror.qml
blob: 8d02f58e058690e3812b65c04ec1284868a29106 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

BorderImage {
    source: "heart200.png"
    smooth: true
    width: 300; height: 300
    border { top: 50; right: 50; bottom: 50; left: 50 }
}