You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested the implementation provided on stack overflow and got this result:
In my opinion, this range slider is not optimal. The blue interval should be drawn between both handles and the second handle should be drawn with the Qt api directly and not using a png file.
The problem is that this approach tries to customize a normal QSlider. I think, it is necessary to create a custom widget to provide a good solution.
For z-range sliders, double sliders would be nicer than two coupled sliders.
Here is an example implementation: http://stackoverflow.com/a/26025796
The text was updated successfully, but these errors were encountered: