QMouseEvent will give you a QPoint reference, so you can simply use the 'x' and 'y' members of that class to get the position at the time of the event.
There are plenty of examples that come with Qt which demonstrate this class.
QMouseEvent will give you a QPoint reference, so you can simply use the 'x' and 'y' members of that class to get the position at the time of the event.
There are plenty of examples that come with Qt which demonstrate this class.
Bookmarks