Replies: 2 comments 1 reply
-
Great question - I had completely forgotten and my first thought was it was an oversight from a refactor or something.
from qtpy import QT_API
# ...
if QT_API in {"pyside2", "pyside6"}:
QApplication.instance().shutdown() I don't recall why |
Beta Was this translation helpful? Give feedback.
-
@ixjlyons Can you enable Github Discussions and move this issue there? I am implementing a PR to support not only QtWidgets but also other windows like QML. |
Beta Was this translation helpful? Give feedback.
-
In the following lines of source code:
qtgallery/qtgallery/qtscraper.py
Lines 52 to 53 in 17fdd1c
I see that the qApp variable is used but it has not been created or imported.
Beta Was this translation helpful? Give feedback.
All reactions