PDA

View Full Version : Circular scale



fruzzo
5th March 2008, 20:42
I want something like this circular scale:
http://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Radar_jamming.jpg/300px-Radar_jamming.jpg

The problems is that I must work with Qwt-0.4.1 (new version of Qwt has problems of compatibility with other libraries) so I've not the Dials.
How I can't resolve this question?

Uwe
6th March 2008, 08:20
QwtScaleDraw is able to draw circular scales since Qwt 0.1.
But there is not so much difference beween 0.4.1 and 4.2.0. You could also take the code of QwtDial from 4.2.0 and strip it down.

Uwe

PS: There will be a first basic implementation of a polar plot widget end of this month. Better check if it isn't easier to port your depending libraries to Qwt 5.0.1.