You will probably have to add your item to a QGraphicsScene, which you can then render() off-screen using your own QPainter. See also QGraphicsView::render() for off-screen rendering and some examples related to printing.
You will probably have to add your item to a QGraphicsScene, which you can then render() off-screen using your own QPainter. See also QGraphicsView::render() for off-screen rendering and some examples related to printing.
Bookmarks