invTransform maps from widget to scale coordinates and a value of 3 is close to the beginning on an interval that is about [0, width() ]. So no surprise, that you are close to the lower bound.
Uwe
invTransform maps from widget to scale coordinates and a value of 3 is close to the beginning on an interval that is about [0, width() ]. So no surprise, that you are close to the lower bound.
Uwe
OK. And how can I get the right return value?
I need to find out what's the y value to a corresponding x value...
I fixed my problem with the idea like in the curvetracker example without invTransform.
Thank you.
Bookmarks