Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获取 QCPDataMap 中点的像素坐标?或者有没有办法提取图中所有散点的坐标?
使用QCpAxis::pixelToCoordxAxis 和 yAxis 将图形坐标转换为 px。
QCpAxis::pixelToCoord
如果您需要全局坐标,请QWidget::mapToGlobal在此之后使用。
QWidget::mapToGlobal