FluentUI/example
2024-06-28 17:09:23 +08:00
..
qml update 2024-06-28 09:44:18 +08:00
res fix bug macos 2024-06-21 13:21:32 +08:00
src update clang-format 2024-06-28 17:09:23 +08:00
CMakeLists.txt fix bug macos 2024-06-21 13:21:32 +08:00
example_en_US.ts update 2024-06-23 11:45:49 +08:00
example_zh_CN.ts update 2024-06-23 11:45:49 +08:00
example.qrc add qcustomplot 2024-06-17 16:42:54 +08:00
favicon.ico update 2023-04-27 15:43:45 +08:00
README.md update 2024-03-18 17:07:44 +08:00

FluentUI 脚手架开发说明

代码说明

文件编码格式请用utf-8不带bom代码中最好不要含有中文包括注释中文可能会改变文件格式导致编译失败还会出现乱码显示中文请用国际化c++中用tr函数qml中用qsTr函数

脚本说明

  1. Script-UpdateTranslations

    用于更新ts与qm文件当你的代码添加了tr或者qsTr函数后执行这个脚本会更新ts文件然后编写翻译后再执行这个脚本qm文件会更新生效

  2. Script-DeployRelease

    执行Qt的windeployqt或macdeployqt命令这个脚本只在windows与macos才有linux不支持