Hi,

not sure if this is the best solution, but I am doing something like this:

Qt Code:
  1. //add outer points
  2. path.addPolygon(p);
  3. //add inner points
  4. inner.addPolygon(p);
  5. path = path.subtracted(inner);
To copy to clipboard, switch view to plain text mode