Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0
-
None
-
installed: qt-windows-opensource-5.1.0-msvc2010_opengl-x86-offline.exe
qt creator: 2.8.0
windows 7
-
qtquickcontrols/stable: 6a13f770939d3d0cf9788293025a25276847a696
Description
Specifying a Slider with
minimumValue: -100 maximumValue: +100 stepSize: 1
should result in a slider capable of moving from -100 to +100, but the UI shows 0 at the leftmost point, negative values are not visible.
This should either be supported or it should be stated that minimumValue can't be negative.