can i render Direct3D scene in a QGraphicsItem?
-
There's no direct support for Direct3D in Qt but if you render it to an image you can display it as QGraphicsPixmapItem. I wouldn't expect any real-time performance this way but for rendering static images that don't change often it could be fine.