# QtInputMethod_GooglePinyin
**Repository Path**: tgtsml/QtInputMethod_GooglePinyin
## Basic Information
- **Project Name**: QtInputMethod_GooglePinyin
- **Description**: 基于Google拼音内核的Qt5拼音输入法
- **Primary Language**: C++
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 14
- **Forks**: 17
- **Created**: 2020-11-09
- **Last Updated**: 2025-08-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: QtInputPlugin, GooglePinyin, Qt5, QtInputMethod
## README
# Qt 拼音输入法,采用Google拼音内核
## 文件夹说明
* googlepinyin
Google拼音核心源码
* plugin
输入法插件源码
* demo
测试例子
## 编译说明
* 打开工程,直接编译,编译完成后把插件放在自己的工程中即可
* 注意:plugin依赖googlepinyin工程,如果单独编译,先编译googlepinyin再编译plugin