Hi does anyone know how to get the Qtextedit work with virtual keyboard in 5.0 SDK and Garden release of Qt?
This is what I have tried so far:
QTextEdit* x = new QTextEdit();
x->setAttribute(Qt::WA_InputMethodEnabled);
and I reimplementation QWidget::inputMethodQuery with and EMPTY implementation, the method should return a QVarariant object is there any specific object I should construct and return in this method??
Jamil
Re: Nokia 5800 Virtual Keyboard with Qtextedit
2009-03-16, 07:35#2