Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am importing qmlB into qmlA.
How can i get the contextPropertyObject to be used by qmlB? or any other qml that is nested inside qmlB?
@ //qmlA.qml
Rectangle { width:100 height:100
qmlB { //ContextObject }
}
@
Which context property? Can you post some more code please? If you use setContextProperty() function in C++ you can just use the name you assign to that property anywhere in your qml files.