From this blog post about Qt 4.8

http://labs.qt.nokia.com/2011/05/12/...evel-the-list/

it says that QPainterPath set operations are deprecated from now on. So what does this say about set operations on QPolygonF and other similar classes. I read their code and found that they used to use QPainterPath for implementing these methods.