Quote Originally Posted by jacek View Post
Your QTransform transforms painter coordinates to widget coordinates. event()->pos() returns a point in widget coordinates, so you have to apply the reverse transform to get painter coordinates.


Only get
QTransform QTransform::inverted ( bool * invertible = 0 ) const
and thats it? i try..