Linux下Qt精心制作软键盘
在Linux环境下,实现输入框内便捷弹出隐藏、边缘可拖拽、背景透明,科技感极强的软键盘。有详细注释,程序需在mian()函数加上头文件#include"inputMethod/myinputpanelcontext.h" 并在QApplication a(argc, argv);下一行插入: MyInputPanelContext ic; a.setInputContext(&ic); 即可
文件列表
inputMethod.rar
(预估有个5文件)
inputMethod
myinputpanelcontext.h
822B
myinputpanelcontext.cpp
2KB
myinputpanel.h
1KB
myinputpanelform.ui
239KB
myinputpanel.cpp
20KB
暂无评论