Hello,
I am currently porting an application from QT4.7 to QT5.1 that uses Qwt for some drawing functionality. It included Qwt 5.1.1, but because of the port to QT5.1, I had to update the Qwt code to 6.1.0.

So far I have been able to fix the incompatibilities by googlin' and comparing the Qwt5.1.1 and 6.1.0 code. However, now I encounter a problem with QwtThermo that I cannot find a solution for...

The problem is that the code calls the method setRange for the QwtThermo class. In 5.1.1 this worked, but in 6.1.0, this method has gone! So I cannot compile the code of my application anymore. I cannot find an obvious replacement for this.

Can anybody shed some light on this mystery?

Thanks a lot,

Jeroen