We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faac4ee commit 6b28d67Copy full SHA for 6b28d67
tts.py
@@ -22,6 +22,7 @@ def __init__(self):
22
# Textbox
23
self.textbox = QTextEdit(self)
24
self.textbox.setPlaceholderText("Enter text to speak...")
25
+ self.textbox.setTabChangesFocus(True)
26
layout.addWidget(self.textbox)
27
28
# Speed Slider Layout
0 commit comments