Ah right - there was a bug in Qwt 5.2.0 ( and many earlier versions ) where the zoomer was initialized by ( QwtPicker::RectSelection & QwtPicker::ClickSelection ) instead of ( QwtPicker::RectSelection | QwtPicker::ClickSelection ). When fixing this bug I seem to have missed, that this breaks the compatibility of applications, that doesn't configure the zoomer.
If you want to have a selection model like in the bode example you have to add this line:
Qt Code:
To copy to clipboard, switch view to plain text mode
In Qwt 6 "QwtPicker::RectSelection | QwtPicker::DragSelection" is the default setting of the zoomer.
Uwe
Bookmarks