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

Add support for QtTextToSpeech #232

Closed
eliranwong opened this issue Mar 4, 2021 · 0 comments · Fixed by #291
Closed

Add support for QtTextToSpeech #232

eliranwong opened this issue Mar 4, 2021 · 0 comments · Fixed by #291

Comments

@eliranwong
Copy link

Hello, thanks for your development. qtpy is very helpful.

I found that qtpy.QtTextToSpeech does not work, so I need to write something like this below:

try:
from PySide2.QtTextToSpeech import QTextToSpeech
except:
try:
from PyQt5.QtTextToSpeech import QTextToSpeech
except:
pass

@dalthviz dalthviz changed the title qtpy.QtTextToSpeech does not work Add support for QtTextToSpeech Nov 4, 2021
@dalthviz dalthviz linked a pull request Nov 30, 2021 that will close this issue
@CAM-Gerlach CAM-Gerlach added this to the v2.0.0 milestone Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants