qt 大神都来看看
使用 mousePressEvent鼠标画线,如何获取这些点的坐标啊,我想取这些点坐标进行研究鼠标画线的走向
[解决办法]
virtual voidmouseMoveEvent ( QMouseEvent * event )
QMouseEvent::pos() reports the position of the mouse cursor, relative to this widget.