This is my first attempt at writing a QT app, and I\'m just trying to get a feel for how it works. My goal is to have a 400x400 widget which knows the exact position of the mous
If you are ever in a situation when you don't need actual tracking, just position at the moment, you can use QCursor::pos().
QCursor::pos()