Skip to content
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

QtMultimedia support #49

Closed
davvid opened this issue Aug 2, 2016 · 1 comment
Closed

QtMultimedia support #49

davvid opened this issue Aug 2, 2016 · 1 comment
Milestone

Comments

@davvid
Copy link
Contributor

davvid commented Aug 2, 2016

The following does not seem to work with QtPy:

from qtpy import QtMultimedia

but it does work if we import QtMultimedia directly from either PyQt4 or PyQt5.

Would it be desirable to provide a wrapper over QtMultimedia and QtMultimediaWidgets?

Are there any gotchas?

@ccordoba12
Copy link
Member

Yes, please open a PR to add QtMultimedia as a supported module :-)

davvid added a commit to davvid/qtpy that referenced this issue Aug 2, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 2, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 2, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 2, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 3, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 3, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
@ccordoba12 ccordoba12 modified the milestones: v1.1.2, v1.2 Aug 3, 2016
davvid added a commit to davvid/qtpy that referenced this issue Aug 3, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 9, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit to davvid/qtpy that referenced this issue Aug 16, 2016
Add a wrapper around QtMultimedia to provide access to QAudio, QSound
and friends.

Closes spyder-ide#49
Signed-off-by: David Aguilar <davvid@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants