RangeSlider without using QML
Solved
General and Desktop
-
Hi, I need a range slider for my application but I have seen that It is not available in Qt Designer so I have looked for some implementation of it.
I found this: RangeSlider, but It doesn't work for me, It throws an error that says:
I promoted QSlider to this class.Any ideas? Is there any other ways to implement it withour using QML?.
Thanks.
-
Hi,
Either don't set the orientation of your slider or add an empty setOrientation method to RangeSlider. In the absolute, the best would be to implement orientation support.