我在 Qt 5 中遇到 QLineEdit 问题。当我尝试输入一些非英文字符时,无论键盘布局如何,它仍然会写英文字符。
如果我在某些文本编辑器中输入文本而不是复制和粘贴,则文本输入正确。
在 qt 4 中,一切都很完美。
来自ui文件的代码。
<widget class="QLineEdit" name="leSearch">
<property name="maxLength">
<number>200</number>
</property>
<property name="placeholderText">
<string>Search here</string>
</property>
</widget>
Ubuntu 13.10 x32 Qt Creator 2.8.1 基于 Qt 5.1.1(GCC 4.6.1,32 位) 于 2013 年 8 月 26 日 13:34:46 构建,来自修订版 c3ed746c24
请帮忙!谢谢