I tried this by reimplementing drawItems in QGraphicsView and QGraphicsScene, but nothing happens (it says to set the IndirectPainting Flag, but this gives me an error). Using the composition mode within one painter works fine, but I don't know how to apply it to all graphicsitems.

link|improve this question
feedback

1 Answer

QGraphicsScene::drawItems is not called since Qt 4.6. The flag IndirectPainting is just here for compatibility

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.