Extract QwtPicker::defaultTrackerRect
Brought to you by:
rathmann
The patches attached to this ticket extract QwtPicker::defaultTrackerRect out of QwtPicker::trackerRect. This is useful in cases when we draw custom overlays that want to display some text at some position that depends on tracker position. The position, size and alignment calculations are the same as with regular tracker, so it would be useful for the end users to be able to reuse this code.
Anonymous
Patch for qwt-6.1 branch.
Patch for trunk.