How to create a progress bar in arc shape in QML?
QML and Qt Quick
3
Posts
2
Posters
2.7k
Views
1
Watching
-
wrote on 15 Oct 2012, 11:13 last edited by
Is it possible to create a progress bar in arc shape in QML.
-
wrote on 15 Oct 2012, 14:20 last edited by
Probably you have to implement this in C++, and then register with QML.
As an example look at the pie chart example:
http://doc.qt.digia.com/4.7-snapshot/declarative-tutorials-extending-chapter1-basics.htmlIn QML there is also a PathCubic element, which might do:
http://doc.qt.digia.com/4.7-snapshot/declarative-tutorials-extending-chapter1-basics.htmlAlso with Qt5 and QtQuick 2.0 comes a canvas element.
-
wrote on 16 Oct 2012, 09:07 last edited by
Thanks mate...
Its all going bit tricky in that front :)
1/3