Qt Progress Dialog Cancellation Doesn't Work
Open
toolkit: Qt
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Clicking "Cancel" will close the dialog, but the underlying process continues to run. Can be reproduced by running `examples/progress_dialog.py`
Core issue appears to be that the `reject` method, although connected, is not being called by the signal.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.