Describe the bug
After creating a QLabeledRangeSlider, I want to dynamically update the max value depending on certain conditions. So, I find the child (which works) and then call setValue on it, but it doesn't update the max value. It's as if the call never happened. I can 'hide' the slider so some methods can be successfully called.
To Reproduce
Steps to reproduce the behavior:
Create a QLabeledRangeSlider and add to layout
After this, call setValue on it at some stage and see that max value doesn't change
Expected behavior
The slider should be able to have min/max values changed once created
Desktop (please complete the following information):
Describe the bug After creating a QLabeledRangeSlider, I want to dynamically update the max value depending on certain conditions. So, I find the child (which works) and then call setValue on it, but it doesn't update the max value. It's as if the call never happened. I can 'hide' the slider so some methods can be successfully called.
To Reproduce Steps to reproduce the behavior:
Expected behavior The slider should be able to have min/max values changed once created
Desktop (please complete the following information):