Closed andrewb435 closed 2 years ago
can you tell me how you installed pyqt and exactly what version you have?
PyQT5 was installed both in an anaconda venv and via pip3 (root and user). I've tried PyQT5 5.15.2 and 5.15.7 with the same symptoms.
I had the same issue - which had the TypeError as above at setRange. Then added in the pull request of #111 which resolved.
self.focaldepth_field = QLabeledRangeSlider(Qt.Orientation.Horizontal)
self.focaldepth_field.setRange(0,80)
self.focaldepth_field.setValue(tuple(focaldepth_val))
thanks @gordon-n-stevenson ... just waiting for a response to my request for a test there, and then can merge it
There seems to be some kind of type mismatch in expected signal values in the rangeChanged with Python 3.10. When loading a UI with a QLabeledRangeSlider, Python exits with code 134 and the message 'TypeError: rangeChanged(self, int, int).emit(): argument 1 has unexpected type 'float''
Steps to reproduce the behavior:
Desktop (please complete the following information):