c++ - Get coordinates of scatter points on a graph -
is there way pixel cordinates of points in qcpdatamap ? or there way extract cordinates of scattered points in graph ?
use qcpaxis::pixeltocoord
of xaxis , yaxis convert graph coordinates px.
if need global coordinates, use qwidget::maptoglobal
after that.
Comments
Post a Comment