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() ?
↧