Add virtual keypad in Qt4.8
-
wrote on 6 Apr 2015, 12:11 last edited by
Hi,
I want to add virtual keypad in Qt application. I have searched it but it is difficult way to do for every widget.
I want to know, is there any simpler method to just replace keyboard to virtual customized keypad. -
-
wrote on 7 Apr 2015, 05:43 last edited by
Thanks for your reply.
I have checked docs of QInputContextPlugin, I am confuse that how to start and include in my project. Please give me some example or details guidance about it. I am new to Qt.
Thanks.
-
-
wrote on 14 Apr 2015, 10:53 last edited by
@SGaist
Thanks for your reply.
I have done it now its working. Now I am facing one issue regarding position of keyboard.
It is stay always on top-right position, so it appears partially for right-bottom side widgets.Please let me know how to configure it so that its position auto adjustable.
Thanks in advance.
-
wrote on 16 Apr 2015, 09:55 last edited by
@Awadhesh-Maurya said:
I am facing one issue regarding position of keyboard.
It is stay always on top-right position, so it appears partially for right-bottom side widgets.Please let me know how to configure it so that its position auto adjustable.
Thanks in advance.
-
Isn't that the job of the setPosition function like shown in the examples ?
2/7