FluentUI/example
gaoxiangyang 9aa6615189 FluRadioButtons 组件支持 disabled、manuallyDisabled选项
disabled: true // 禁用所有FluRadioButton子组件
        manuallyDisabled: true // 是否指定每个FluRadioButton上的disabled选项
2024-05-08 21:10:00 +08:00
..
qml FluRadioButtons 组件支持 disabled、manuallyDisabled选项 2024-05-08 21:10:00 +08:00
res update 2024-03-31 21:56:11 +08:00
src update 2024-04-24 10:37:15 +08:00
CMakeLists.txt Merge branch '1.7.5-dev' 2024-04-24 09:53:59 +08:00
example_en_US.ts Add the functionality to insert new rows into the table 2024-04-27 09:40:37 +08:00
example_zh_CN.ts Add the functionality to insert new rows into the table 2024-04-27 09:40:37 +08:00
example.qrc update 2024-04-23 22:38:39 +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不支持