Video_UAV_Tracker-3D icon indicating copy to clipboard operation
Video_UAV_Tracker-3D copied to clipboard

Error in progress bar with python 3.10

Open kikislater opened this issue 2 years ago • 0 comments
trafficstars

I get this error :

TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float' 
Traceback (most recent call last):
  File "/home/sylvain/.local/share/QGIS/QGIS3/profiles/sylvain/python/plugins/Video_UAV_Tracker/NewProject.py", line 448, in positionChanged
    self.horizontalSlider.setValue(progress)
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'

Originally posted by @kikislater in https://github.com/sagost/Video_UAV_Tracker-3D/issues/4#issuecomment-1432904488

kikislater avatar Feb 16 '23 15:02 kikislater