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. Circular Progress Bar

Circular Progress Bar

Scheduled Pinned Locked Moved QML and Qt Quick
7 Posts 5 Posters 20.9k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    aattengg
    wrote on last edited by
    #1

    Hi Guys,

    Just wondering if you guys knew an effective way to implement a circular progress bar in Qt Quick?

    Sort of like is seen here http://anthonyterrien.com/knob/

    Thanks

    1 Reply Last reply
    1
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      There are couple of fabulous examples posted at our wiki by "ZapB":http://qt-project.org/member/3246:

      • "Busy Indicator":http://qt-project.org/wiki/Busy-Indicator-for-QML
      • "Progress Spinner":http://qt-project.org/wiki/QML_Progress_Spinner

      Based on these examples you should be able to implement a progress bar that fits your needs.

      http://anavi.org/

      1 Reply Last reply
      0
      • R Offline
        R Offline
        runslow
        wrote on last edited by
        #3

        If you are using Qt Quick you can use Canvas. You can look at the code from jquery knob, it will be almost identical to what you need for QML Canvas.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          aattengg
          wrote on last edited by
          #4

          Thanks for the replies, I'm relatively new to Qt here, and would rather do as much in QML as possible. How exactly would canvas be used in this situation?

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            [quote author="leon.anavi" date="1362174793"]There are couple of fabulous examples posted at our wiki by "ZapB":http://qt-project.org/member/3246:

            • "Busy Indicator":http://qt-project.org/wiki/Busy-Indicator-for-QML
            • "Progress Spinner":http://qt-project.org/wiki/QML_Progress_Spinner

            Based on these examples you should be able to implement a progress bar that fits your needs.[/quote]

            Hi,
            Above two controls are using Qt 4.8 or below versions. Do we have similar controls for Qt 5 or later versions.

            Ansif

            1 Reply Last reply
            0
            • p3c0P Offline
              p3c0P Offline
              p3c0
              Moderators
              wrote on last edited by
              #6

              Hi,

              Have a look at "Knobs 'n' Dials":http://qt-project.org/forums/viewthread/35503/ . May be it would help you.
              Those were created on the same lines.

              157

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                [quote author="p3c0" date="1398316564"]Hi,

                Have a look at "Knobs 'n' Dials":http://qt-project.org/forums/viewthread/35503/ . May be it would help you.
                Those were created on the same lines.[/quote]

                Hi,

                I looks really nice.

                Anyway I have used BusyIndicator proposed by leon. I will switch to Knobs 'n' Dials later.

                Ansif

                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