Hi,
this question should be asked on the dev mailing list.
>Qt devs: is there a rationale behind the decision to not allow
>custom input context plugins on Windows?
There is no particular reason, I guess, it is not very common to have
custom input contexts on Windows.
https://bugreports.qt-p
Hi again,
after digging through the platform plugins shipped with Qt5, I've found out that
the windows platform plugin actually does not support loading custom platform
input context plugins (it ships its own QWindowsInputContext and nothing else).
So I've copied the windows platform plugin source