aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/data/contentXY.qml
blob: 82159769493bb30b5837cbf0b105c550e9aab11e (plain)
1
2
3
4
5
6
import QtQuick 2.0

Flickable {
    width: 400; height: 400
    contentWidth: 1e11; contentHeight: 1e11
}