mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
update
This commit is contained in:
parent
6b5b8a6b57
commit
9aed03a589
@ -1,5 +1,9 @@
|
||||
# FluentUI 脚手架开发说明
|
||||
|
||||
## 编译说明
|
||||
|
||||
macos请给整个项目路径权限,不然可能会导致编译失败,缺少权限
|
||||
|
||||
## 代码说明
|
||||
|
||||
文件编码格式请用utf-8不带bom,代码中最好不要含有中文(包括注释),中文可能会改变文件格式导致编译失败,还会出现乱码,显示中文请用国际化,c++中用tr函数,qml中用qsTr函数
|
||||
|
@ -1,5 +1,6 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Controls.Basic
|
||||
import FluentUI
|
||||
|
||||
Button{
|
||||
|
Loading…
Reference in New Issue
Block a user