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. Is it possible to change QProgressBar's orientation to vertical and filling to down?

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

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 596 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.
  • Q Offline
    Q Offline
    qwe3
    wrote on last edited by
    #1

    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
    0
    • Q Offline
      Q Offline
      qwe3
      wrote on last edited by
      #2
      progressBar->setInvertedAppearance(true);
      
      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