Qt 4.7.4 documentation states this "Text input improvements – Support for split-screen virtual keyboard"

But, I couldn't find any information on how to use it in QML?

Can someone please help?

Thanks.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 4 down vote accepted

You can enable the splitscreen keyboard with an ApplicationAttribute

Somewhere in your main.cpp you have to call

QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false)
link|improve this answer
Thanks, that worked! – pshah Sep 15 '11 at 17:28
Truly Awesome!! – Gerhman Nov 17 '11 at 16:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.