Hello forum,

Please Check the following code:

Qt Code:
  1. QPolygonF myPolygon;
  2. QGraphicsEllipseItem item(-100,-50,200,100);
  3. myPolygon = item.shape().toFillPolygon();
To copy to clipboard, switch view to plain text mode 


QPolygonF is nothing but a vector of QPointF.

In that case can i visualize myPolygon as a dotted ellipse ?



Regards
Sajjad