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