Using RadialBar QML component in my own QML
Solved
QML and Qt Quick
-
Hello,
I would like to use the RadialBar QML from
https://arunpkqt.wordpress.com/2017/03/31/qml-radialbar-component/comment-page-1/#comment-15
But I don't know how to implement my project with it, could you help me?
Thank you very much
-
- Get the code from https://github.com/arunpkqt/RadialBarDemo
- include radialbar.cpp and .h files in your project
- register RadialBar type in QML engine (see main.cpp)
- remember to honor the license https://github.com/arunpkqt/RadialBarDemo/blob/master/LICENSE