Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QProgress bar ith multiple colors.
Forum Updated to NodeBB v4.3 + New Features

QProgress bar ith multiple colors.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 318 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.
  • L Offline
    L Offline
    lakshmanGiri
    wrote on last edited by
    #1

    Hello all, I have been working on the QProgress bar for quite some time. I have a timer and the timer's value (in sec) is updated to the progress bar. The progress bar literally works like how a progress bar work when you are copying a file to an another location. Here in this progress bar, I want to add multiple colors. For example, 0 to 30 can be blue, 31 to 50 can be red, 51 to 70 can be green and 71 to 100 can be yellow. How to achieve this in QT? Refer the following image for the reference. I want something like this.

    clr.png

    Thanks in Advance.

    JonBJ 1 Reply Last reply
    0
    • L lakshmanGiri

      Hello all, I have been working on the QProgress bar for quite some time. I have a timer and the timer's value (in sec) is updated to the progress bar. The progress bar literally works like how a progress bar work when you are copying a file to an another location. Here in this progress bar, I want to add multiple colors. For example, 0 to 30 can be blue, 31 to 50 can be red, 51 to 70 can be green and 71 to 100 can be yellow. How to achieve this in QT? Refer the following image for the reference. I want something like this.

      clr.png

      Thanks in Advance.

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @lakshmanGiri
      To do multiple colors I think you should read https://stackoverflow.com/questions/31180857/progress-bar-colors
      I do not know if there are other/better answers, but it's a start.

      1 Reply Last reply
      2

      • Login

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