How to enable my platform input context on QT5 for QLineEdit
-
wrote on 5 Dec 2012, 17:48 last edited by
I implemented myplatforminputcontext inheriting from qplatforminputcontext and was trying to use this input context for my windows demo using a QLineEdit. But when I focus on the QLineEdit, the function filterEvent of myplatforminputcontext with event RequestSoftwareInputPanel is never called. Therefore I cannot receive this event to show up the soft keyboard. Do we need do something to enable this input context for my demo application like using QApplication::setInputContext(context) on QT4? On QT5, I don't find QApplication::setInputContext to set input context for application and I'm getting stuck in this task.
Could you help me? It's pretty urgent to fix this problem for my project :( -
wrote on 6 Dec 2012, 03:58 last edited by
Anything we can do with QPlatformInputContext?
-
wrote on 7 Dec 2012, 02:49 last edited by
if I want to contact some guy in QT team to ask this question, who should I contact with?
1/3