Re: Qt5 QInputMethod

2017-09-07 Thread Christian Prochaska
Hi Johannes, On 04.09.2017 17:25, Johannes Kliemann wrote: > while working with the QtVirtualKeyboard, I noticed that I can attach a > QInputMethod directly to the keyboard which is a much cleaner solution > than using a hidden input field. > > As far as I understood it, it is required to create a

Qt5 QInputMethod

2017-09-04 Thread Johannes Kliemann
Hi Christian, while working with the QtVirtualKeyboard, I noticed that I can attach a QInputMethod directly to the keyboard which is a much cleaner solution than using a hidden input field. As far as I understood it, it is required to create a custom implementation of QInput(Method|Engine|Context