Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to display coordinates for a polygon in in drawPolygon in QGraphicsView
Hi Do you do something like QPolygon poly; poly «QPoint(100,150) << QPoint(200,250); ... painter.drawPolygon(poly);
if yes, you have the location of the points and can use drawText to show coordinates.