-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
3e570bf59 (dev), d4deab3d1 (6.8)
Currently, QAbstract3DGraphWidget inherits QQuickWidget. However, it might be better to use composition rather than inheritance. So Qabstract3DWidget would have a pointer QQuickWidget where the graph is displayed.