add doc
parent
b9de678703
commit
d48339e049
|
@ -6,6 +6,7 @@
|
||||||
4. 在工程的main.cpp的主函数中添加qputenv("QT_IM_MODULE", QByteArray("tgtsml"));,注意放到QApplication a(argc, argv);之前
|
4. 在工程的main.cpp的主函数中添加qputenv("QT_IM_MODULE", QByteArray("tgtsml"));,注意放到QApplication a(argc, argv);之前
|
||||||
5. 运行APP,点击文本框,即可弹出输入法
|
5. 运行APP,点击文本框,即可弹出输入法
|
||||||
|
|
||||||
|
|
||||||
教程链接:
|
教程链接:
|
||||||
|
|
||||||
https://blog.csdn.net/qq_32605451/article/details/107705710
|
https://blog.csdn.net/qq_32605451/article/details/107705710
|
||||||
|
@ -13,3 +14,11 @@
|
||||||
原链接:
|
原链接:
|
||||||
|
|
||||||
https://gitee.com/smartwell/QtInputMethod_GooglePinyin?_from=gitee_search
|
https://gitee.com/smartwell/QtInputMethod_GooglePinyin?_from=gitee_search
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
本人实际测试在qt5.6下嵌入式环境可用
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
![file.gif](https://www.testingcloud.club/sapi/api/image_download/ad7ed6ed-f8b6-11ee-ab5f-00163e13fc6a.gif)
|
Loading…
Reference in New Issue