Slider value can't be set to its maximumValue
-
Hello, im struggeling with this one.
I have a simple slider whose value has to be set.
If I set its value to anything between 1 and 9 its ok.
But if I try to set its value so its maximumValue it will display the
handle at the minimum value position.This seem to happen only with the orientation property set to Qt.Vertical.
@
Slider {
orientation: Qt.Vertical
maximumValue: 10
minimumValue: 1
stepSize: 1
value: 10
}
@Is this a known issue or am I doing something wrong here ?
-
Hi,
Yes it seems to be a known issue. See "QTBUG-41255":https://bugreports.qt-project.org/browse/QTBUG-41255