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 - display value, or execute action while being dragged

Slider - display value, or execute action while being dragged

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 752 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    daniel.barna
    wrote on last edited by
    #1

    Hello,
    For Slider, is there a way to trigger an action whenever the value changes, while the slider is being dragged (i.e. not only when the handle is released)? Can the slider automatically display its value numerically as well?
    Thank you

    MarkkyboyM 1 Reply Last reply
    0
    • D daniel.barna

      Hello,
      For Slider, is there a way to trigger an action whenever the value changes, while the slider is being dragged (i.e. not only when the handle is released)? Can the slider automatically display its value numerically as well?
      Thank you

      MarkkyboyM Offline
      MarkkyboyM Offline
      Markkyboy
      wrote on last edited by
      #2
      . . .
      onValueChanged: {
          do.something = sliderValue.value
      }
      

      or

      . . .
      onSliderValueChanged: {
          do.something = sliderValue.value
      }
      

      Don't just sit there standing around, pick up a shovel and sweep up!

      I live by the sea, not in it.

      1 Reply Last reply
      1
      • T Offline
        T Offline
        Trisha
        wrote on last edited by
        #3
        This post is deleted!
        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