文件名称:Linux下Qt精心制作软键盘
文件大小:8KB
文件格式:RAR
更新时间:2020-10-05 08:56:25
Qt Linux 软键盘
在Linux环境下,实现输入框内便捷弹出隐藏、边缘可拖拽、背景透明,科技感极强的软键盘。有详细注释,程序需在mian()函数加上头文件#include"inputMethod/myinputpanelcontext.h" 并在QApplication a(argc, argv);下一行插入: MyInputPanelContext ic; a.setInputContext(&ic); 即可
【文件预览】:
inputMethod
----myinputpanelcontext.h(822B)
----myinputpanelcontext.cpp(2KB)
----myinputpanel.h(1KB)
----myinputpanelform.ui(239KB)
----myinputpanel.cpp(20KB)