When I try to start the plug-in, the following message appears:
024-08-06T12:48:29 WARNING Traceback (most recent call last):
File "C:\Users/detag/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LineDirectionHistogram\linedirectionhistogram.py", line 125, in run
self.dlg.progressBar.setValue(0.0)
TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'
and the plug-in does not start.
Thanks for any help in advance!
When I try to start the plug-in, the following message appears:
024-08-06T12:48:29 WARNING Traceback (most recent call last): File "C:\Users/detag/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LineDirectionHistogram\linedirectionhistogram.py", line 125, in run self.dlg.progressBar.setValue(0.0) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'
and the plug-in does not start. Thanks for any help in advance!