We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
This will work just fine, except it will break compatibility with PySide and PyQt4. See here for latest status on that:
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: