Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
Take a look at QInputContext, that's the plugin API you can use for your input method.