ncssar / radiolog

SAR radio log program
Other
13 stars 3 forks source link

fix #624 #625

Closed caver456 closed 1 year ago

caver456 commented 1 year ago

use .wasCanceled() on each iteration; make sure to call QApplication.processEvents() before checking on each iteration, otherwise wasCanceled isn't true until the end of the loop.