QtQuick3DWindow on QGraphicsScene
Unsolved
QML and Qt Quick
-
I am using QtQuick3DWindow and qml to display a 3D object.
I want to know if I could display that window on a QGraphicsScene. And also is it possible to drag and drop that 3D object on QGRAPHICSSCENE. -
Hi,
It's not optimized at all for that use case but you can add widgets to a QGraphicsScene so you have to build one for your window object.
As for drag and drop, you will have to implement that yourself.