qt6-bb10/qtdeclarative/tests/auto/quick/qquickflickable/data/contentXY.qml

7 lines
106 B
QML

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