I found a way to embed a QWidget in a QML, by using QQuickWidget render (anchoring, the QWidget with the QQuickWidget position), but I am trying to do the same using QQuickView/QmlApplicationEngine, which uses a different rendering system, and the QWidget is not shown.
Any ideas? Thanks in advance!
None of the posts linked on the comments answered my question. There is this small work around (for those who need it):
Where CustomWidget is QWidget based class, and WidgetAnchor.cpp is:
And on main.qml you have: