# QtInputMethod_GooglePinyin **Repository Path**: johnney_cat/QtInputMethod_GooglePinyin ## Basic Information - **Project Name**: QtInputMethod_GooglePinyin - **Description**: Qt拼音输入法 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2020-03-18 - **Last Updated**: 2024-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Qt 拼音输入法,采用Google拼音内核 文件夹说明 1. googlepinyin: Google拼音核心源码 2. plugin 输入法插件源码 3. window 对输入法的简单测试窗口 编译说明 1. 先编译googlepinyin; 2. 把编译好的库文件放到插件源码下; 3. 插件源码编译好后,把编译后的库文件放到.exe文件夹下的platforminputcontext文件夹下; 4. 运行window测试代码即可测试输入法。