aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickborderimage/data/multiframe.qml
blob: 8bd32da5a660ada614687d98f39b130f150022e1 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.14

BorderImage {
    source: "multi.ico"
    border { left: 19; top: 19; right: 19; bottom: 19 }
    width: 160; height: 160
    horizontalTileMode: BorderImage.Stretch
}