Looking for Slider with value update text
Solved
QML and Qt Quick
-
Hey guys, I am looking for a slider or something similar that allows the user to see their current value e.g. if they move the slider from 0 to 50% and the range is 0 to 100% it will update a display value that tells them their current value. Does QT already have a Type with that kind of built in functionality? I do not believe the normal
Slider
has that functionality built in. -
Hi
@RobM said in Looking for Slider with value update text:Does QT already have a Type with that kind of built in functionality?
No, but you can easily customize QML Slider and add something to display the value
edit I fixed the link
-