virtual keyboard with QInputDialog
-
Hi,
I am getting problem in QInputDialog. I am using QLineEdit in this dialog. When line edit will touch, virtual keyboard appears, but keys of virtual keypad is not touchable that time i.e. any activity on keyboard is not working. I have checked for QInputDialog's CANCEL , OK , close button all is working, but not keyboard's buttons.Please let me know the solution.
Thanking you.
-
Hi,
You should at which platform you are targeting as well Qt version you are currently using
-
Hi,
I am using linux with buildroot-3.14 and Qt4.8.Thanks.
-
Where's the virtual keyboard coming from ?
-
Hi,
I am using QInputContext to create it.Thanks
-
Can you show how you are doing it ?