pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

non-repeatable values from QSlider #60

Open Phillip-M-Feldman opened 3 years ago

Phillip-M-Feldman commented 3 years ago

I'm using PyQt5 version 5.9.7. I've created a QSlider with minimum of 0 and maximum of 100. When I drag the slider all the way to the left, I get non-repeatable values--typically 1 or 2, and occasionally an actual zero. This is problematic when one needs an accurate value.