'QKeyEvent' object has no attribute 'size'
Open
toolkit: Qt
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Since upgrading our application to pyqt5, I get this traceback every time the window is resized:
```
Traceback (most recent call last):
File ".../pyface/ui/qt4/window.py", line 233, in eventFilter
size = e.size()
AttributeError: 'QKeyEvent' object has no attribute 'size'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.