How to make a QQuickView appear in the main window?
QML and Qt Quick
3
Posts
2
Posters
757
Views
1
Watching
-
Trying to replace a custom widget with a QQuickView, originally to make the custom widget appear in the main window I would use setCentralWidget(), which takes a QWidget *. Is there a way to convert a QQuickView to make it compatible with setCentralWidget() ?
-
-
Hi,
Isn't QQuickWidget what you are looking for ?