When I create a Qt3DWindow in a thread department, convert it to QWidget and add it to the main one, two windows are displayed. If I do all this in one thread, then one is displayed (QWidget is built in as it should)
auto view = new Qt3DExtras::Qt3DWindow(); QWidget* container = QWidget::createWindowContainer(view);