When using QTransform for coordinate transformation, I need to transform the coordinate point (1,1) to (5,5). If I have already scaled the QTransform t by a factor of 3, what should the translation amount be set to now, and why?
When using QTransform for coordinate transformation, I need to transform the coordinate point (1,1) to (5,5). If I have already scaled the QTransform t by a factor of 3, what should the translation amount be set to now, and why?