I’m having a scene with (0, 0, 2000, 2000) coordinated as a rectangle. now I just want to plot some points on the scene like graph coordinates
like (-x, +y , +x, -y) of the item on the scene .
consider of having a Cartesian coordinate points xMin, xMax, yMin, yMax so I made it as QGraphicsPolyGonItem . but I don’t know how to add it to the scene as a graph coordinate point on the scene.