开发者

Split screen keyboard in Qt 4.7.4

开发者 https://www.devze.com 2023-04-04 12:48 出处:网络
Qt 4.7.4 documentation states this \"Text input improvements – Supp开发者_如何学Goort for split-screen virtual keyboard\"

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

精彩评论

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