[Development] Qt 5.4 Accessibility with QLineEdit and QTextEdit: Windows Dictation (WSR) Commands Ain't Working

Robert Iakobashvili coroberti at gmail.com
Tue May 5 12:49:15 CEST 2015


Hi,
When using Windows Native dictation (Windows Speech Recognition) in
Qt 5.4 examples using QLineEdit and QTextEdit widgets,
dictation works properly, but not word-related commands like:
- Select <word>;
- Correct <word>

There are issues also with sentence-related commands.

There are no such issues with Notepad, WordPad
and Word-2010.

It was first used:

1. Setup including Microphone Training, Voice Training, etc


rundll32.exe "%windir%\system32\speech\speechux\SpeechUX.dll",
RunWizard UserEnrollment (Set Up Speech Recognition)


2. Tutorial

rundll32.exe "%windir%\system32\speech\speechux\SpeechUX.dll",
RunWizard Tutorial (Speech Recognition Tutorial)



3. WSR was run as

Speech Recognition floating window (WSR):

%windir%\speech\common\sapisvr.exe -SpeechUX


Is there some configuration to be done on

Qt-side or is it a known issue?


Thanks.

Regards,
Robert



More information about the Development mailing list