Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
GNU General Public License v3.0
1.22k
stars
246
forks
source link
Error in Progress bar (types) #112
Open
foleyj2 opened 7 months ago
Kubuntu 22.04, Python 3.11.6 Gives error File "XXXX/qspectrumanalyzer/main.py", line 280, in update_progress self.progressbar.setValue(value) TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'
Suggested documentation change and fixing types in progress bar method.