Hi,

I'd like to change the position of the trackerText from Top/Right to Bottom/Left. Is there a possibility to do that? I already have my own subclass where I set the trackerText. I tried to override "drawTracker(QPainter*)" and "trackerRect(const QFont&)", but that did not work. The position did not change - instead it disappeared sometimes. I think the problem is, that "trackerRect()" is not declared virtual...

is there a better way than copying almost each line from qwt_picker.h?

thanks!
Felix