-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
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
QSound support #287
Labels
Comments
Thanks |
The following patch should fix this issue, right? I only tested with python3.7 and PySide2 and PyQt5. I have so far no workable Qt4 or PySide environment and use cases so not sure if it fully works with also PyQt4 and PySide.
|
Hard to say, if you submit a PR the automated tests will kick in and run this for each binding. |
Thanks for your hints on how to contribute. PR #361 passed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems the class moved from QtGui.QSound to QtMultimedia.QSound.
usage
QSound.play("my_sound.mp3")
The text was updated successfully, but these errors were encountered: