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

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