# HanziToPinyin **Repository Path**: jari/HanziToPinyin ## Basic Information - **Project Name**: HanziToPinyin - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt 汉字转拼音 ## 用法: - 在主工程中 include(pinyin.pri) - 在程序中使用示例 ``` QString input("太阳当空照"); qDebug() << Pinyin::getFullChars(input); //多音字,暂不支持 qDebug() << Pinyin::getCamelChars(input).at(0); ```