-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.14.0
-
Fix Version/s: 5.14.1, 5.15.0 Alpha
-
Component/s: Widgets: GraphicsView, Widgets: Widgets and Dialogs
-
Labels:None
-
Environment:Windows 10 with Python 3.8 and PySide2 v5.14.0
-
Platform/s:
-
Commits:5af73cd9db52da287070cede300295b90f7ced67 (qt/qtbase/5.14)
Steps to reproduce:
- Launch the example
- Change state a few times
- Close window
Expected: Example closes
Actual: Example hangs
Closing the example window doesn't signal the interpreter process, which keeps waiting for the signal. I'm not sure if this is related to the rc file so I tried regenerating it based on the pyside2-rcc shipped with 5.14. Now I get:
**SyntaxError: EOL while scanning string literal