You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt.py is still compatible with Qt 4, and thus cannot include members that does not also exist in Qt 4. There is interest in removing Qt 4, given that it isn't very popular these days anyway.
I am swapping our python tools over to use Qt.py and have an issue with not being able to find QtGui.QGuiApplication
We have a close window function that we try to get topLevelWindows from:
tops = QtGui.QGuiApplication.topLevelWindows()
PySide2 and 6 imports of QtGui are able to find QGuiApplication but not when replace the import with Qt.
I'm not sure if I am misunderstanding something though.
Thanks
Dave
The text was updated successfully, but these errors were encountered: