Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 qt 中开发一个虚拟键盘。当用户点击网页中的文本字段时,我想在 QWebView 中显示它。我可以在用户点击时弹出 kayboard。但无法将文本放入通过虚拟键盘输入的文本字段中。任何帮助,将不胜感激。
提前致谢
你有什么问题,你尝试了哪些方法?
一种简单的方法是使用 QCoreApplication::postEvent() 将假 QKeyEvent 注入 Qt 的事件系统
标签