本文介绍了Qt 虚拟键盘全屏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 ubuntu(16.04) 中运行 Qt 虚拟键盘示例,它仅在全屏模式下运行,使用虚拟键盘打字时我看不到文本编辑.我希望虚拟键盘宽度适合窗口大小并在文本编辑下显示.怎么样?

I run Qt Virtual Keyboard example in ubuntu(16.04), it runs just on full screen mode and i can not see text edit when typing with virtual keyboard.I want virtual keyboard width fit to window size and show under the text edit.How ?

推荐答案

我使用这个组件虚拟键盘,它工作正常.

I use this component for virtual keyboard, it works correctly.

这篇关于Qt 虚拟键盘全屏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 02:54