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

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