From within QGraphicsItem's paint method, I need to get the scaling factor (m11 and m22) done by its viewer.
I need to undo the scaling effect done by the zoom.
I am doing cross plotting with different markers. When user zooms the plot, the markers are scaled too (just as font was scaled, undesirable features). It doesn't increase the data resolution by this, whatever was covered by other markers are still covered by those markers... that is why I need to get view's scaling factor and apply inverse scaling before redrawing...
Thanks
Bookmarks