Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.13.2
-
c0ce6747df8a28ebab37a2ef5cda7d0db4e51793 (pyside/pyside-setup/5.14)
Description
When using scriptableapplication if you run:
print(qApp)
you will get a QCoreApplication instance, instead of a QApplication from the C++ application.
This doesn't allow for the integration to work around QApplications methods like focusWidget which fails because is only a part of QApplication.
Attachments
Issue Links
- relates to
-
PYSIDE-1178 Replacing the qApp "macro" by a no-surprizes qApp callable?
- Closed