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. QSlider order of change

QSlider order of change

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

    Hi all,

    I have a QSlider:

    ui->verticalSlider->setRange(50,100);
    
    

    Now the value is changing from minimum to maximum when I move the Slider. How do I change this order (maximum to minimum)?

    Thanks

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      You can try
      ui->slider->setInvertedAppearance(true);
      which will make the min be at top and max at bottom and slider moves downwards.

      1 Reply Last reply
      5
      • V Offline
        V Offline
        viniltc
        wrote on last edited by
        #3

        @mrjj Thanks :)

        1 Reply Last reply
        1

        • Login

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