summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/nullAccess.qml
blob: ba2b59feb12ca8aa217e6a59cb2c3c9c47183bf7 (plain)
1
2
3
4
5
6
7
import QtQuick

Item {
    width: ListView.view.width+40
    height: ListView.view.height
    Component.onCompleted: ListView.view.height = 10
}