mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
896 stars 252 forks source link

QtGui.QGuiApplication #414

Closed ZachGray closed 1 month ago

ZachGray commented 1 month ago

Implemented Qt.py to port tools using Pyside2 to Maya 2025. QtGui.QGuiApplication was missing, I added to _common_members and it appeared to work.

New to Qt.py, not sure if this is the correct implementation.

mottosso commented 1 month ago

This will work just fine, except it will break compatibility with PySide and PyQt4. See here for latest status on that: