PDA

View Full Version : Draw Tick and label using Qwt in Qt



Navi
15th June 2015, 05:15
How to draw tick and label using QwtRoundScaleDraw

d_stranz
15th June 2015, 22:09
Look at the source code for QwtRoundScaleDraw. Use it as a model in your own class to change the way your class draws the ticks and labels.

No, I will not spoon-feed you code to do this. The example is right in front of you in the source code, if you'd spend the time looking at that and reading documentation instead of making endless posts here.