FluentUI/example
2024-09-20 13:46:57 +08:00
..
qml Merge branch 'main' of https://github.com/zhuzichu520/FluentUI 2024-09-20 13:41:56 +08:00
res update 2024-09-20 13:46:57 +08:00
src 添加支持windows系统窗口win7-win10(area、blur)、win11(mica、mica-alt)效果切换,修改夜间模式切换动画效果,支持动画打断; 2024-08-21 16:12:35 +08:00
CMakeLists.txt fix bug macos 2024-06-21 13:21:32 +08:00
example_en_US.ts Merge branch 'main' of https://github.com/zhuzichu520/FluentUI 2024-09-20 13:41:56 +08:00
example_zh_CN.ts Merge branch 'main' of https://github.com/zhuzichu520/FluentUI 2024-09-20 13:41:56 +08:00
example.qrc update 2024-07-10 12:31:09 +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不支持