问题 I really confuse right now What's is the difference between QQmlApplicationEngine engine; engine.rootContext().setContextProperty("myObject",&userData); and object->setProperty("myObject", myObject) Here is the QML file ApplicationWindow { id: applicationWindow1 Item { id: propertyHolder property MyObject myObject } I had read how to use QML binding but still hasn't figure it out. Please help Thanks EDIT : ======================= I attached snippet code here ApplicationWindow { id: