I have two custom QQuickItems, one as parent and one as child. I want to create the child instance in c++, then add it to parent which is instanced in QML
I have two custom QQuickItems, one as parent and one as child. I want to create the child instance in c++, then add it to parent which is instanced in QML