Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Embed qwidget in QML.

$
0
0
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

Viewing all articles
Browse latest Browse all 4972

Trending Articles