admin管理员组

文章数量:1405558

I want to render a custom vulcan scene inside a QML Widget. With QT Widgets it would be simple with QVulkanWindow and QWidget::createWindowContainer as described here, however is it possible using QML? I have read that you cant integrate a Qt Widget inside a QML Scene Graph using Qt Quick 2 because of how the rendering works, so are there alternative methods?

本文标签: cQt 6 Rendering custom Vulcan Scene inside QML WidgetStack Overflow