Hi Max,
Sorry for the delay in response. The QGraphicsProxyWidget may be the better approach at the moment. You could also try rendering the MapGraphicsView to an offscreen QImage and then painting the image to your custom QGraphicsView, but I imagine that would be even slower than the QGraphicsProxyWidget approach. Thanks for your feedback on this issue. I will log an issue to see if we can get a MapGraphicsWidget, based on QGraphicsWidget, added to the API.
Thanks!
-Michael Tims
Thanks Michael, I may give it a try with the proxy after all, as you suggest. A MapGraphicsWidget would be great though.
Best,
-Max