enthought / enthought/pyface

'QKeyEvent' object has no attribute 'size'

Open
#550 10 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.