Thanks for all advices!
I would rather avoid playing with MCoeFepAwareTextEditor, when there is a way in qt to do the same. If not i will have to try it, just like savaj said.
Anyway some time ago I found smt interesting, that maybe could be a soulution for me and for other people with the same problem. Please take a look at http://labs.trolltech.com/blogs/2009...ual-keyboards/ , http://doc.trolltech.com/4.6-snapsho...nputpanel.html and http://doc.trolltech.com/4.5/qinputcontext.html . I think subclassing base QInputContext and overriding filterEvent method just to do nothing in case of QEvent::RequestSoftwareInputPanel would be good solution.
Anyway I'm not able to do this because of linker problem: Undefined symbol: 'app::InputPanelContext::InputPanelContext(class QObject *) (??0InputPanelContext@app@@QAE@PAVQObject@@@Z)'. InputPanelContext is my subclass name.
For me it looks like I'm still missing smt in my pro file:
Code:
QT += core \
network \
webkit \
gui
QInputCotext comes from QtGui module, so I'm not sure what else could be missing here.
Any ideas?
Regards
Pawel