qt6-bb10/qtdeclarative/tests/auto/qml/qqmlengine/data/VMEPropertyVMEComponent.qml

8 lines
106 B
QML

import QtQuick 2.0
Item {
property string foo: 'bar'
property VMEComponent p: VMEComponent {}
}