Qt custom input method?
Brainstorm
2
Posts
2
Posters
2.8k
Views
1
Watching
-
wrote on 19 Jun 2011, 06:27 last edited by
Dear all,
Is it possible to create a custom input method with Qt which will be only for Qt application?
It look likes Pinyin input method for Chinese, including script rendering, & support across all platforms.
It not likes on screen keyboard.Thanks
-
wrote on 19 Jun 2011, 11:05 last edited by
Take a look at QInputContext, that's the plugin API you can use for your input method.
1/2