Is there a way to find the positions of a group of points entered in a paint area in Qt?

51 Views Asked by At

I'm working on a Qt project that requires the user to enter a group of points in a paint area. I will use QPainter, is there a way to find each point's location (position in terms of x and y) on the paint area?

0

There are 0 best solutions below