void QCursor::setPos ( int x, int y ) [static]
Moves the cursor (hot spot) to the global screen position (x, y).
You can call QWidget::mapToGlobal() to translate widget coordinates to global screen coordinates.
See also pos(), QWidget::mapFromGlobal(), and QWidget::mapToGlobal().