Qt visualkeyboard in Embedded development board
-
wrote on 14 Oct 2021, 08:54 last edited by
I plan to use the virtual keyboard provided by QML to display on the embedded development board.
But i got some progerm. -
I plan to use the virtual keyboard provided by QML to display on the embedded development board.
But i got some progerm.@migu said in Qt visualkeyboard in Embedded development board:
But i got some progerm
Good to know.
Would you mind to describe the problem? -
wrote on 14 Oct 2021, 09:04 last edited by
The QT version on my board is 5.14,and I added a virtual keyboard when compiling the source code.
But when run the "basic" routine.It not have any tips.I clicked it but nothing happened. -
The QT version on my board is 5.14,and I added a virtual keyboard when compiling the source code.
But when run the "basic" routine.It not have any tips.I clicked it but nothing happened.@migu said in Qt visualkeyboard in Embedded development board:
But when run the "basic" routine.It not have any tips
What is "basic routine"? So, what you're running on the device?
And what do you mean by "tips"? -
wrote on 14 Oct 2021, 09:15 last edited by
-
Hi,
Did you check that all the required librairies and plugins are deployed as well ?
Did you force the use of the virtual keyboard as input method ? -
wrote on 15 Oct 2021, 01:11 last edited by
I think maybe it lacks library files, but when I use the "LDD" command to view it on the embedded development board, it has all the necessary libraries. Maybe this is why there are no errors and warnings.And what do you mean by forcing the use of virtual keyboard? I haven't seen relevant statements in the official documents. If you have any good methods, please let me know. Thank you!!!
-
It's described here in the deployment guide.
-
wrote on 18 Oct 2021, 00:58 last edited by
9/9