Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to create a progress bar in arc shape in QML?
QtWS25 Last Chance

How to create a progress bar in arc shape in QML?

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Craig27
    wrote on last edited by
    #1

    Is it possible to create a progress bar in arc shape in QML.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      codenode
      wrote on last edited by
      #2

      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.html

      In QML there is also a PathCubic element, which might do:
      http://doc.qt.digia.com/4.7-snapshot/declarative-tutorials-extending-chapter1-basics.html

      Also with Qt5 and QtQuick 2.0 comes a canvas element.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Craig27
        wrote on last edited by
        #3

        Thanks mate...
        Its all going bit tricky in that front :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved