You cannot embed a widget into a QtQuick2 scene.

If you want to render items in the scene with OpenGL, you can create a cusomt QQuickItem or use a QQuickFramebufferObject to render into that and have it displayed in the scene.

Cheers,
_