All though I never had to use QAccessible and co, I am not sure its what you need.
As far as I can understand the docs, QAccessible allows alternative input methods to be integrated in to the application through a predefined API.
It supports prefined API's that allow other input devices to act as keyboard and mouse, and thus you don't need to write the application's input handling differentyl than you'd do for a "noraml" (where mouse and keybaourd are used) application.
I guess the key question is, what kind of speech recognition do you have in mind?
Does the speech recognition meant to be used as an alternative input method, or is this a speech recognition based application which has to have that feature always?
You can always just link to your speech recognition lib, just like any lib, and integrate it in your application.





Reply With Quote
Bookmarks