You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a bandpass Filter is triggered, you need to wait until it is finished. It would be better to perform the filter in another process, so filtering can be aborted with QKeySequence::Cancel (Escape Button).
Furthermore, the GUI will stay responsive during filtering that way.
The text was updated successfully, but these errors were encountered:
Currently, when a bandpass Filter is triggered, you need to wait until it is finished. It would be better to perform the filter in another process, so filtering can be aborted with
QKeySequence::Cancel
(Escape Button).Furthermore, the GUI will stay responsive during filtering that way.
The text was updated successfully, but these errors were encountered: