OpenCue
OpenCue copied to clipboard
New widget `CueLabelSlider` both int and float slider
Link the Issue(s) this Pull Request is related to. https://github.com/AcademySoftwareFoundation/OpenCue/issues/1279
Summarize your change.
This PR adds a new CueLabelSlider widget.
It is an int slider, acting as a float slider when providing the float_precision argument.
This can improve the user experience, having a slider clearly shows the boundaries of each variable.
