How to make customized loader in QtQuick / QML
Unsolved
QML and Qt Quick
-
Hi all,
I'm new to Qt and have been reading a bunch of different posts about making custom shapes in Qt, but figured I would have a much stronger head start if I ask a question here directly instead of guessing.
I want to make a loader/progress tracker that looks like this:
How do I do that in Qt Quick and QML? Any advice is invaluable!
-
@abanksdev said in How to make customized loader in QtQuick / QML:
How do I do that in Qt Quick and QML? Any advice is invaluable!
Have a look at:
https://forum.qt.io/topic/24767/circular-progress-bar/7and
https://stackoverflow.com/questions/22873550/how-to-create-a-circular-progress-bar-in-pure-qmljsPlenty of good examples out there already...