QT中鼠标的绝对位置和相对位置

参考
Qt获取鼠标位置(绝对位置、相对位置)
https://blog.csdn.net/owen7500/article/details/51035078/

qt鼠标事件总结(坐标,跟踪,点击判断)
https://www.cnblogs.com/findumars/p/4868727.html?utm_source=debugrun&utm_medium=referral

QT中的相对位置,绝对位置之间的转换(maptoglobal,mapfromglobal)
https://www.cnblogs.com/qq702368956/p/10251046.html

Qt全局坐标和相对坐标
https://jingyan.baidu.com/article/48206aeaffc02c216ad6b31d.html

对于某个QLabel控件的位置
ui->show_2_label->geometry() 和ui->show_2_label->pos() 获得XY是一样的

你可能感兴趣的:(QT)