PDA

View Full Version : QPainterPath set operations deprecated in Qt 4.8



ravi.xolve
24th May 2011, 17:12
From this blog post about Qt 4.8

http://labs.qt.nokia.com/2011/05/12/qt-modules-maturity-level-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.

stampede
25th May 2011, 08:57
I think it won't hurt to ask directly there.
IMHO, if they gonna mark the method as deprecated, I doubt that they will use it in their code, maybe they are going to provide new implementation for set operations in Polygon class.

ravi.xolve
6th June 2011, 06:15
Well by the time I read it, commenting was closed on the blog.