问题描述
我有一个将 inputMethodHints 设置为 Qt.ImhFormattednumbersOnly 的 TextField。文档说 Qt.ImhFormattednumbersOnly - 只允许输入数字。这包括小数点和减号。 (Source)
但是 InputPanel (VirtualKeyboard) 也显示 * / ( 等等
applicationwindow {
width: 800
height: 480
TextField {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
width: 200
height: 30
inputMethodHints: Qt.ImhFormattednumbersOnly
}
InputPanel {
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
}
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)