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. Progressbar Implementation...
Qt 6.11 is out! See what's new in the release blog

Progressbar Implementation...

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 2.6k 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.
  • T Offline
    T Offline
    Tracer_Hunt
    wrote on last edited by
    #1

    Hi all,

    I am designing GUI in QT QML.In my GUI implementation, Several Modes are there.In each mode , i have implemented a progreebar which is continuously moving back and forth as i have set the loop to infifinte till the time user is in that mode. But i want a new functionality that if i am present in that mode and press a button then progressbar should start again.I want to load progress bar each time as i press a button (as a part of GUI Implemenation)
    How will i be able to do that?
    Please help..
    Thanks in advance

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stevenceuppens
      wrote on last edited by
      #2

      Hi Gaurav,

      Your question is not fully clear for me..

      Do you have more info or source code examples?

      Steven CEUPPENS
      Developer / Architect
      Mobile: +32 479 65 93 10

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Tracer_Hunt
        wrote on last edited by
        #3

        Hi Steven,

        http://doc.qt.nokia.com/stable/declarative-ui-components-progressbar-content-progressbar-qml.html

        You can get the source code from above link.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          stevenceuppens
          wrote on last edited by
          #4

          Your question is not fully clear for me.

          • Are you targeting a Desktop app or Mobile app for Symbian/Meego?

          • If you target Symbian/Meego you could use the ProgressBar from "Qt Quick Components":http://doc.qt.nokia.com/qt-components-symbian/index.html which looks more native and has more functionalities than the example listed above.

          • For your control, You could use a Timer object that each time you press that button starts the timer, which then updates the ProgressBar...

          Steven CEUPPENS
          Developer / Architect
          Mobile: +32 479 65 93 10

          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