Custom keyboard driver in Qt 5
Unsolved
Mobile and Embedded
-
wrote on 18 May 2016, 06:29 last edited by
There was something called QWSKeyboardHandler and QKbdDriver in Qt4 embedded what was allowing user to create own custom keyboard driver.
What is the similar mechanism in Qt 5?
-
Hi and welcome to devnet,
What kind of keyboard do you have in mind ? A virtual keyboard or a custom hardware keyboard ?
-
wrote on 19 May 2016, 06:46 last edited by sibislaw45
I want to make something like virtual keyboard, but i will read input from i2c device in my application rather than from screen buttons.
I found something called QPlatformInputContextPlugin but there is very little documentation about it.
-
There's a pretty good and interesting article about it here from KDAB
1/4