how can I, given 2 values within the range defined for the widget knob, get the arc joining these 2 points?...I mean the starting angle and the spanAngle. I need it to use the fallowing function void QPainter::drawArc ( const QRect & rectangle, int startAngle, int spanAngle ).
Thanks in advanced.