RK3399 使用 QT VirtualKeyboard
我们使用 Qt Design Studio 创建了 qml 界面时勾选虚拟键盘会默认在主程序中添加下面这串代码,这串代码用于实例化一个虚拟键盘。
InputPanel {
id: inputPanel
property bool showKeyboard : active
y: showKeyboard ? parent.height - height : parent.height
Behavior on y {
NumberAnimation
原创
2021-10-29 09:47:27 ·
1260 阅读 ·
0 评论