6 lines
85 B
QML
6 lines
85 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property Component c: Qt.createComponent("Dummy.qml")
|
||
|
}
|