We have migrated from QGraphicsView to 3d Scene with a basemap. We have plenty of item classes which have paint() functions (inheriting QGraphicsItem). Is there any way to add these items to Scene? Do we have to rewrite all these classes by changing the base class as "Graphics" instead of "QGraphicsItem"?