qt6-bb10/qtdeclarative/tests/auto/quick/qquickitem2/data/undefinedInvalid.qml

10 lines
141 B
QML

import QtQuick
Item {
property var undef: undefined
width: undef
height: undef
implicitWidth: 200
implicitHeight: 300
}