如何删除空格键中的“British-English”?请参考下图。
[更新 1]:
以下是我用于输入面板的代码:
InputPanel {
id: inputPanel
parent:mainWindow.contentItem
z: 1000002
anchors.bottom:parent.bottom
anchors.left: parent.left
anchors.right: parent.right
visible: Qt.inputMethod.visible
}