Hi,
You could try to do it in QML using a Canvas and http://qt-project.org/doc/qt-5/qml-qtquick-context2d.html#arc-method.
I did it in C++ once and it worked out well, but the Canvas should work just as well.
↧