How to create qtvirtual keyboard based qtwidget application for arm board?
Unsolved
Mobile and Embedded
-
I created qt widget application in which under main.cpp file i added this line qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard")); for opening virtual keyboard which is working fine in desktop well once in cross-compiled and run the bin file on arm board nothing is (no virtual keyboard ) opening. I am trying to figure out with support of examples but the example one which given is in qml format so i am strucked here.
Please someone help me out.
Thanks & Regards
A.N.V.Lavanya -
Hi and welcome to devnet,
Does your cross-compiled Qt include that module ?
What is deployed ?
If so, start your application with the QT_DEBUG_PLUGINS environment variable set to 1.