Re: [Interest] Custom QPlatformInputContextPlugin on Windows

2014-03-17 Thread Friedemann Kleint
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

Re: [Interest] Custom QPlatformInputContextPlugin on Windows

2013-11-20 Thread Bernhard Seßler
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

[Interest] Custom QPlatformInputContextPlugin on Windows

2013-11-19 Thread Bernhard Seßler
Hi @all, I'm currently trying to implement a custom platform input context plugin for Qt 5.1.1. For this I've started development on Linux (Ubuntu 13.10 to be precise), taken the compose Plugin as starting point and implemented a small virtual keyboard widget, which is opened each time an input fi