Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Is it possible to change QProgressBar's orientation to vertical and filling to down?

    General and Desktop
    1
    2
    118
    Loading More Posts
    • 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.
    • Q
      qwe3 last edited by

      Hi,

      I have QProgressBar and his orientation is vertical:

      progressBar->setOrientation(Qt::Orientation::Vertical);
      

      Now it is filled from down to top. I would like to filled from top to down ( I have situation on tle left and I would like to have situation on the right ):

      progress.png

      1 Reply Last reply Reply Quote 0
      • Q
        qwe3 last edited by

        progressBar->setInvertedAppearance(true);
        
        1 Reply Last reply Reply Quote 2
        • Q
          qwe3 last edited by

          progressBar->setInvertedAppearance(true);
          
          1 Reply Last reply Reply Quote 2
          • First post
            Last post