qt6-bb10/qtdeclarative/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml

9 lines
163 B
QML

import QtQml 2.0
QtObject {
property Component c
property Timer timer
property Connections connections: Connections {}
property Binding binding
}