Hello,

I need to draw polygon with holes, the holes are also polygons, how do to build a graphics item like this in qt4?
I am thinking to construct it with QPainterPath, but I am not sure how to do it.

Any ideas?