mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Text to speech engine - finishing
This commit is contained in:
@ -108,7 +108,9 @@ PDFSidebarWidget::PDFSidebarWidget(pdf::PDFDrawWidgetProxy* proxy, PDFTextToSpee
|
||||
|
||||
m_textToSpeech->initializeUI(ui->speechLocaleComboBox, ui->speechVoiceComboBox,
|
||||
ui->speechRateEdit, ui->speechPitchEdit, ui->speechVolumeEdit,
|
||||
ui->speechPlayButton, ui->speechPauseButton, ui->speechStopButton, ui->speechSynchronizeButton);
|
||||
ui->speechPlayButton, ui->speechPauseButton, ui->speechStopButton, ui->speechSynchronizeButton,
|
||||
ui->speechRateValueLabel, ui->speechPitchValueLabel, ui->speechVolumeValueLabel,
|
||||
ui->speechActualTextEdit);
|
||||
|
||||
selectPage(Invalid);
|
||||
updateButtons();
|
||||
|
Reference in New Issue
Block a user