Circle progress bar

How do i bend the progress bar (or write my own) so that instead beeing a line it’s an outline of a circle/arc.

I’m not of a graphic coder, could someone give me some hints/clue words on how to look for a solution, any examples or something, dunno where to start even.

Dunno about the built-in progress bar, but you should be able to use the Path::addPieSegment() method to do the drawing you want.

pie!

i was going for different keywords when looking for this, i ended up with “Lozenge” and “drawGlassLozenge” from lookAndFeel.

It’s all about the keywords, that programming thing.

thanks.