码迷,mamicode.com
首页 > 其他好文 > 详细

Qwt中鼠标获取坐标点

时间:2014-12-06 21:29:51      阅读:1173      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   color   os   sp   on   div   

bubuko.com,布布扣
1 void getPoint(QwtPlot *plot)
2 {
3       QPoint point = plot->canvas()->mapFromGlobal(QCursor::pos());   
4       QString info.sprintf("x = %g, y = %g",
5                      plot ->invTransFrom(Qwtplot::xBottom,point.x()),
6                      plot ->invTransFrom(Qwtplot::yLeft,point.y() 
7                       );   
8 }                    
Qwt获取坐标

 

Qwt中鼠标获取坐标点

标签:style   blog   http   ar   color   os   sp   on   div   

原文地址:http://www.cnblogs.com/sangzaohaishui/p/4148731.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!