AFAIK, you need the QQuickView.
Another thing: use
::setProperty("parent", window.contentItem());
For some reason, ::setParent() tends not to work.
↧