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. Slider value can't be set to its maximumValue
QtWS25 Last Chance

Slider value can't be set to its maximumValue

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 720 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.
  • S Offline
    S Offline
    Schneidi
    wrote on last edited by
    #1

    Hello, im struggeling with this one.
    I have a simple slider whose value has to be set.
    If I set its value to anything between 1 and 9 its ok.
    But if I try to set its value so its maximumValue it will display the
    handle at the minimum value position.

    This seem to happen only with the orientation property set to Qt.Vertical.
    @
    Slider {
    orientation: Qt.Vertical
    maximumValue: 10
    minimumValue: 1
    stepSize: 1
    value: 10
    }
    @

    Is this a known issue or am I doing something wrong here ?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Yes it seems to be a known issue. See "QTBUG-41255":https://bugreports.qt-project.org/browse/QTBUG-41255

      157

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Schneidi
        wrote on last edited by
        #3

        Ok guess i have to wait for the bugfix.

        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