PDA

View Full Version : Can I save the drawings from QGraphicsScene?



learning_qt
19th November 2008, 11:25
I load an image with QGraphicsView and modify this image with the function QGraphicsScene::addEllipse(), How can I save this modified image?

pastor
19th November 2008, 12:03
Maybe QGraphicsScene::render (http://doc.trolltech.com/4.4/qgraphicsscene.html#render) help you?