QtVirtualKeyboard Input Method Issue
Unsolved
Mobile and Embedded
-
I use Qt 5.10.0 with qtvirtualkeyboard 2.1 with an embedded board and ubuntu 16.04 OS.
when i run my application in Normal cmd (./myapp), there isn't any problem anything is right. but if i run my qt app via x11(startx ./myapp), qtvirtualkeyboard doesn't work and when i press any key sends message :
"Input Method is not set."i have set QT_IM_MODULE already with:
qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));but problem exists yet.
what do i suppose to do for solving this issue?
thanks alot. -
@ehsanb
are you using QML?
If so did you also place a InputPanel element in your app? -
@ehsanb said in QtVirtualKeyboard Input Method Issue:
Input Method is not set
Solution is here: https://stackoverflow.com/a/61793240/630169