There is no official way to embed QWidget in QML right now. The best way is to port the widget to a QQuickPaintedItem or use Qt Quick Controls to replace widget functionality in your application.
There is however a way to embed Qt Quick inside a widget by means of QWidget::createWindowContainer
↧