开发者

Split screen keyboard in Qt 4.7.4

Qt 4.7.4 documentation states this "Text input improvements – Supp开发者_如何学Goort for split-screen virtual keyboard"

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

Can someone please help?

Thanks.


You can enable the splitscreen keyboard with an ApplicationAttribute

Somewhere in your main.cpp you have to call

QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜